hugo-internet-weblog/layouts/microposts/single.html

13 lines
349 B
HTML
Raw Normal View History

2016-02-19 23:35:42 -05:00
{{ partial "site_header.html" . }}
{{ partial "page_header.html" . }}
<main class="content">
<article class="micropost">
{{ .Content }}
2025-01-28 13:02:01 +01:00
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "02.01.2006 15:04" }}</aside></a>
</article>
2016-02-19 23:35:42 -05:00
</main>
{{ partial "page_footer.html" . }}
{{ partial "site_footer.html" . }}