|
|
@ -14,14 +14,13 @@ |
|
|
|
{{ .Content }} |
|
|
|
</div> |
|
|
|
<a href="{{ .RelPermalink }}" class="link u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a> |
|
|
|
<div class="post-footer"> |
|
|
|
{{if eq .Type "article" }}<div class="post-footer"> |
|
|
|
<div class="info"> |
|
|
|
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} |
|
|
|
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
|
{{ with .Page.Params.Category }}{{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
|
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div>{{end}} |
|
|
|
</aside> |
|
|
|
</section><hr/> |
|
|
|
{{ end }} |
|
|
|