hugo-internet-weblog/layouts/partials/preview_micropost.html

5 lines
162 B
HTML
Raw Normal View History

2016-02-19 23:35:42 -05:00
<article class="micropost">
{{ .Content }}
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "2006/01/02 3:04 PM" }}</aside></a>
</article>