docs/layouts/_default/list.html
Johannes Kimmel 15ec6bbc19 add hugo-book theme module
customization:
- automatically add title to every page
- allow mermaid codeblocks to render without shortcodes
2022-11-18 17:06:38 +01:00

7 lines
123 B
HTML

{{ define "main" }}
<article class="markdown">
<h1>{{- .Page.Title -}}</h1>
{{- .Content -}}
</article>
{{ end }}