p.d-legal/themes/hugo-book/layouts/posts/single.html

14 lines
278 B
HTML
Raw Normal View History

2024-02-26 08:25:11 +00:00
{{ define "main" }}
<article class="markdown book-post">
<h1>
<a href="{{ .RelPermalink }}">{{ partial "docs/title.html" . }}</a>
</h1>
{{ partial "docs/post-meta" . }}
{{- .Content -}}
</article>
{{ end }}
{{ define "toc" }}
{{ partial "docs/toc" . }}
{{ end }}