mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 11:29:05 +08:00
12 lines
284 B
HTML
12 lines
284 B
HTML
|
|
<article>
|
|
<header class="headline">
|
|
</header>
|
|
|
|
{{- $title := partial "title.gotmpl" (dict "page" .) }}
|
|
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
|
{{ partial "shortcodes/term.html" (dict "page" . "term" .) }}
|
|
|
|
<footer class="footline">
|
|
</footer>
|
|
</article> |