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