1
0
mirror of https://github.com/RivalStorm/rivalstorm.github.io synced 2024-11-23 12:09:57 +00:00
blog/layouts/_default/single.html
2016-12-06 23:46:02 +11:00

12 lines
273 B
HTML

{{ partial "default_head.html" . }}
<div class="post">
<h1 class="post-title">{{ .Title }}</h1>
<span class="post-date">{{ .Date.Format .Site.Params.DateForm }}</span>
{{ .Content }}
</div>
{{ template "_internal/disqus.html" . }}
{{ partial "default_foot.html" . }}