9 lines
219 B
HTML
9 lines
219 B
HTML
<h3>
|
|
<a style="flex-shrink: 1; margin-right: auto;" href="{{ .Permalink }}">
|
|
{{ .Title }}
|
|
</a>
|
|
<br />
|
|
<small>Posted on {{ dateFormat "Jan 2 2006" (cond .Date.IsZero .Lastmod .Date) }}</small>
|
|
</h3>
|
|
{{ .Content }}
|