|
@ -1,7 +1,9 @@ |
|
|
{{ define "main" }} |
|
|
{{ define "main" }} |
|
|
{{ if not (eq .Type "response")}} |
|
|
{{ if not (eq .Type "response")}} |
|
|
<article class="post h-entry entry contents"> |
|
|
<article class="post h-entry entry contents"> |
|
|
<div class="{{.Type}}" data-post-type="{{.Type }}"><div class="p-author author" style="display:none;"><a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a><img class="u-photo" src="/images/profile.jpg" /></div> |
|
|
|
|
|
|
|
|
<div class="author" style="display:none;"> |
|
|
|
|
|
<a rel="author" class="u-author" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}<img src="/images/profile.jpg"/></a> |
|
|
|
|
|
</div> |
|
|
<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="post-content">{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="post-title p-name entry-title">{{ .Title }}</h3> |
|
|
<aside> |
|
|
<aside> |
|
|
{{ if eq .Type "article" }}<div class="info"> |
|
|
{{ if eq .Type "article" }}<div class="info"> |
|
|