|
@ -1,11 +1,13 @@ |
|
|
{{ define "main" }} |
|
|
{{ define "main" }} |
|
|
<div class="stream h-feed"> |
|
|
<div class="stream h-feed"> |
|
|
|
|
|
<div class="author" style="display:none;"> |
|
|
|
|
|
<a rel="author" class="p-author h-card" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}<img src="/images/profile.jpg"/></a> |
|
|
|
|
|
</div> |
|
|
<span id="pagination-top">{{ partial "pagination.html" . }}</span> |
|
|
<span id="pagination-top">{{ partial "pagination.html" . }}</span> |
|
|
{{ range .Paginator.Pages}} |
|
|
{{ range .Paginator.Pages}} |
|
|
{{ if not (eq .Type "response")}}<section data-post-type="{{ .Type }}" class="feed h-entry {{.Type }}"> |
|
|
{{ if not (eq .Type "response")}}<section data-post-type="{{ .Type }}" class="feed h-entry {{.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 class="author" style="display:none;"> |
|
|
|
|
|
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}<img src="/images/profile.jpg"/></a> |
|
|
</div> |
|
|
</div> |
|
|
<aside> |
|
|
<aside> |
|
|
{{if eq .Type "article" }}<br/><a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b><br/>{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}{{ end }} |
|
|
{{if eq .Type "article" }}<br/><a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b><br/>{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}{{ end }} |
|
|