Files
SCDocs/themes/hugo-book/layouts/posts/single.html
JamesFlare1212 c6ca9d6524 hugo-book
2023-04-26 22:19:59 +08:00

14 lines
268 B
HTML

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