webpage/themes/hugo-book/layouts/posts/single.html
kekskurse 27e6a14105 init
2024-11-26 23:25:09 +01:00

15 lines
289 B
HTML

{{ define "main" }}
<article class="markdown book-post">
<h2>
{{ partial "docs/title.html" . }}
</h2>
{{ partial "docs/post-meta" . }}
<div class="book-post-content">
{{- .Content -}}
</div>
</article>
{{ end }}
{{ define "toc" }}
{{ partial "docs/toc" . }}
{{ end }}