blog/layouts/_default/single.html

10 lines
231 B
HTML
Raw Normal View History

2016-12-06 12:11:18 +00:00
{{ 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>
{{ partial "default_foot.html" . }}