microformat2 article markup

This commit is contained in:
Marvin Steadfast 2020-03-11 09:18:33 +01:00
parent 3a4134a598
commit a0a7e9e344

View File

@ -1,5 +1,5 @@
<article>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<article class="h-entry">
<h1 class="p-name"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
{{ if (isset .Params "date") }}
<p>
<small>
@ -12,7 +12,7 @@
</small>
{{ end }}
</p>
<section class="content">
<section class="content e-content">
{{ .Content}}
</section>
</article>