mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-25 12:46:44 +00:00
14 lines
268 B
HTML
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 }}
|