14 lines
237 B
HTML
14 lines
237 B
HTML
|
|
<article>
|
||
|
|
<header>
|
||
|
|
<h3>
|
||
|
|
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||
|
|
</h3>
|
||
|
|
<time>
|
||
|
|
{{ .Date | dateFormat "January" }}
|
||
|
|
{{ .Date | dateFormat "2" }}
|
||
|
|
</time>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
{{ .Summary }}
|
||
|
|
|
||
|
|
</article>
|