dalaran.fr/themes/dalaran/layouts/_default/single.html

15 lines
352 B
HTML
Raw Normal View History

2024-09-28 12:53:17 +02:00
{{ partial "head.html" . }}
{{ partial "nav.html" . }}
<header class="article-header">
<h1 class="article-title">{{ .Title }}</h1>
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
<b>{{ .Date.Format "2006-01-02" }}</b>
</time>
</header>
<main>
<article>
{{ .Content }}
</article>
</main>
{{ partial "footer.html" . }}