thrrgilag.net/themes/blackburn/layouts/post/single.html

20 lines
302 B
HTML
Raw Normal View History

2018-11-24 21:02:48 +00:00
{{ partial "header.html" . }}
<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>
{{ partial "footer.html" . }}