hugo-book-theme/layouts/posts/single.html

14 lines
278 B
HTML
Raw Permalink Normal View History

2018-11-24 15:14:43 +01:00
{{ define "main" }}
<article class="markdown book-post">
2019-12-19 17:22:12 +01:00
<h1>
2021-05-03 22:05:25 +02:00
<a href="{{ .RelPermalink }}">{{ partial "docs/title.html" . }}</a>
2019-12-19 17:22:12 +01:00
</h1>
{{ partial "docs/post-meta" . }}
{{- .Content -}}
2019-12-19 17:22:12 +01:00
</article>
2018-11-25 13:30:25 +01:00
{{ end }}
{{ define "toc" }}
{{ partial "docs/toc" . }}
{{ end }}