microformat2 article markup
This commit is contained in:
parent
3a4134a598
commit
a0a7e9e344
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user