Files
hugo-coder-timeline/layouts/partials/post.html
Luiz F. A. de Prá 4db982bb01 Initial files
2018-02-28 22:38:59 -03:00

11 lines
223 B
HTML

<section class="container post">
<article>
<header>
<h1 class="title">{{ .Title }}</h1>
<h2 class="date">{{ .Date.Format "January 2, 2006" }}</h2>
</header>
{{ .Content }}
</article>
</section>