|
|
@ -2,7 +2,7 @@ |
|
|
|
<article class="post h-entry entry"> |
|
|
|
<div class="post-content">{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="post-title p-name entry-title">{{ .Title }}</h3> |
|
|
|
<div class="info"> |
|
|
|
<a rel="author" class="p-author h-card" href="{{ .RelPermalink }}" style="display:none;">{{ .Site.Params.Title }}</a> |
|
|
|
<a rel="author" class="p-author h-card" href="{{ .RelPermalink }}" style="display:none;"><img class="u-photo" src="/images/profile.png" />{{ .Site.Params.Title }}</a> |
|
|
|
<i class="fa fa-sun"></i><a class="u-url" href="{{ .RelPermalink }}"><span class="date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "Mon, Jan 2, 2006" }}</time></span></a> |
|
|
|
{{ if eq .Type "article" }}<i class="fa fa-clock"></i><span class="reading-time">{{ .ReadingTime }}-minute read</span>{{end}} |
|
|
|
</div> |
|
|
|