mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
12 lines
223 B
HTML
12 lines
223 B
HTML
{{ define "main" }}
|
|
<article class="post">
|
|
<header>
|
|
<h2 class="post__title">{{.Title}}</h2>
|
|
|
|
<p class="post__date">{{.Date.Format "Jan 2, 2006"}}</p>
|
|
</header>
|
|
|
|
{{.Content}}
|
|
</article>
|
|
{{ end }}
|