mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
12 lines
No EOL
317 B
HTML
12 lines
No EOL
317 B
HTML
|
|
<article>
|
|
<header class="headline">
|
|
</header>
|
|
|
|
{{- $title := partial "title.gotmpl" (dict "page" .) }}
|
|
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
|
{{ partial "partials/shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) | .RenderString }}
|
|
|
|
<footer class="footline">
|
|
</footer>
|
|
</article> |