jeremykidwell.info/layouts/blog/summary.html

12 lines
314 B
HTML
Raw Normal View History

2017-06-26 19:57:02 +00:00
<article class="postlist">
<header>
<div class="meta"><h4>{{ .Date.Format "Mon, Jan 2, 2006" }}</h4></div>
<h2><a href='{{ .Permalink }}'> {{ .Title }}</a> </h2>
</header>
{{ .Summary }}
<footer>
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
</footer>
</article>