summaryrefslogtreecommitdiff
path: root/layouts/partials/full_post.html
blob: 407fee37b5700ed7d4c86e9974101bc823c2dc32 (plain)
1
2
3
4
5
6
7
8
9
<a href="{{ .Page.Permalink }}">
  <h2>{{ .Page.Title }}</h2>
</a>
{{- if not (eq .Page.Type "special") }}
  {{ .PublishDate.Format "January 2, 2006" }}
{{- end  }}
<div>
  {{ .Page.Content }}
</div>