microformats: add h-entry and h-feed #75
This commit is contained in:
parent
c1dce73359
commit
3620926038
6 changed files with 40 additions and 24 deletions
|
@ -5,8 +5,12 @@
|
|||
|
||||
<div class="post-info">
|
||||
{{ if .Params.date }}
|
||||
<div class="post-date">{{ .Params.date.Format $dateFormat }}</div>
|
||||
<div class="post-date dt-published">{{ .Params.date.Format $dateFormat }}</div>
|
||||
{{ end }}
|
||||
|
||||
<a class="post-hidden-url u-url" href="{{ .Permalink }}">{{ .Permalink }}</a>
|
||||
<div class="post-hidden-author p-author">{{ .Params.author | default .Site.Params.author }}</div>
|
||||
|
||||
<div class="post-taxonomies">
|
||||
{{ if .Params.categories }}
|
||||
<ul class="post-categories">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue