blob: 31ab76f0e3147525b7f16e66275a11c20737c644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<article class="blog-post-item">
<h2> <a href="{{ .Page.Permalink }}"> {{ .Title }}</a></h2>
<time datetime="{{.PublishDate.Format "2006-01-02" }}">
{{ .PublishDate.Format "January 2, 2006" }}
</time>
<nav>
<a href="{{ .Page.Permalink }}">[ Permalink ]</a>
</nav>
{{ .Page.Content }}
</article>
|