9 lines
226 B
HTML
9 lines
226 B
HTML
<article class="post">
|
|
<header>
|
|
<h2><a href='{{ index .Params "link" }}'> {{ .Title }}</a> </h2>
|
|
<div class="post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }} </div>
|
|
</header>
|
|
|
|
{{ .Summary }}
|
|
</article>
|