hugo-coder-fork/layouts/partials/post.html

11 lines
223 B
HTML
Raw Normal View History

2018-03-01 01:38:59 +00:00
<section class="container post">
<article>
<header>
<h1 class="title">{{ .Title }}</h1>
<h2 class="date">{{ .Date.Format "January 2, 2006" }}</h2>
</header>
{{ .Content }}
</article>
</section>