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