|
@ -1,4 +1,5 @@ |
|
|
{{ define "main" }} |
|
|
{{ define "main" }} |
|
|
|
|
|
{{ 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="{{.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="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> |
|
@ -38,7 +39,6 @@ |
|
|
</aside></div> |
|
|
</aside></div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</article> |
|
|
|
|
|
|
|
|
</article>{{end}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
{{end}} |