personal-blog/themes/blackburn/layouts/post/single.html

26 lines
461 B
HTML

{{ partial "header.html" . }}
<div class="header" style="background-color: whitesmoke; opacity: 50%">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>
<div class="content">
{{ partial "post_meta.html" . }}
{{ .Content }}
{{ partial "share.html" . }}
{{ partial "prev_next_post.html" . }}
{{ partial "commento.html" . }}
{{ partial "disqus.html" . }}
{{ partial "telegram.html" . }}
</div>
{{ partial "footer.html" . }}