hacker.tours-website/themes/zen/layouts/micro/single.html

13 lines
281 B
HTML
Raw Normal View History

2024-06-13 22:14:05 +02:00
{{ define "main" -}}
<main class="main layout__main">
<article class="single-view{{ with .Section }} single-view--{{ . | urlize }}{{ end }}">
<header>
<h1 class="hidden">{{ .Title }}</h1>
<p>{{ partial "author-date" . }}</p>
</header>
{{ .Content }}
</article>
</main>
{{ end -}}