summaryrefslogtreecommitdiff
path: root/layouts/partials/blog/full-post.html
blob: 55332352a5f90cebd55251f7836ec7e80eb33717 (plain)
1
2
3
4
5
6
7
8
9
<article class="blog-post-item">
  <h2> <a href="{{ .Page.Permalink }}"> {{ .Title }}</a></h2>
  <time datetime="{{.PublishDate.Format "2006-01-02" }}">
    {{ .PublishDate.Format "Monday, 2 Jan 2006" }}
  </time>
  [ <a href="{{ .Page.Permalink }}">Permalink</a> ]
  <hr>
{{ .Page.Content }}
</article>