hugo-theme/layouts/_default/single.html

11 lines
158 B
HTML
Raw Permalink Normal View History

2024-01-29 04:53:34 +00:00
{{ partial "header.html" . }}
2024-02-11 20:21:08 +00:00
{{ partial "nav.html" . }}
<div class="content">
2024-01-29 04:53:34 +00:00
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
2024-01-29 04:53:34 +00:00
{{ partial "footer.html" . }}