hugo-book-theme/layouts/posts/single.html
2021-05-03 21:47:19 +02:00

13 lines
247 B
HTML

{{ define "main" }}
<article class="markdown">
<h1>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
{{ partial "docs/post-meta" . }}
{{- .Content -}}
</article>
{{ end }}
{{ define "toc" }}
{{ partial "docs/toc" . }}
{{ end }}