Files
hugo-bootswatch-slate/layouts/post/single.html
2018-02-18 16:24:25 +02:00

18 lines
290 B
HTML

{{ define "main" }}
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>
<div class="content">
{{ partial "post-meta.html" . }}
{{ .Content }}
{{ partial "prev-next-post.html" . }}
{{ partial "disqus.html" . }}
</div>
{{ end }}