phiax-hugo-theme/layouts/page.html
Frank "PHiAX" Weggelaar a7b5476385 Revert "I need to change how this git works"
This reverts commit ba4f4edfe9.
2026-03-02 22:50:37 +01:00

12 lines
410 B
HTML

{{ define "main" }}
<article class="article-box">
<article class="article-content">
<div class="article-title">{{ time.Format "Monday 2 January 2006" .PublishDate }}</div>
<div class="article">
<h1>{{ .LinkTitle }}</h1>
{{ .Content }}
</div>
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
</article>
</article>
{{ end }}