initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
<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" .) }}
|
||||
|
||||
<footer class="footline">
|
||||
</footer>
|
||||
</article>
|
||||
Reference in New Issue
Block a user