@ -33,7 +33,7 @@ article {
}
div {
margin: auto 16px;
margin: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
@ -7,16 +7,16 @@
<div>
{{ with index (.GetTerms "tags") 0 }}
<a class="small-text" href="{{ .Permalink }}">{{ .LinkTitle }}</a>
{{ end }}
<h2 class="title">{{ .Title | markdownify }}</h2>
{{ with .Date }}
<p>{{ .Format "2006/01/02" }}</p>
</div>
</article>