|
|
@ -4,8 +4,9 @@ |
|
|
|
<span id="pagination-top">{{ partial "pagination.html" . }}</span> |
|
|
|
{{ range .Paginator.Pages }} |
|
|
|
<section data-post-type="{{ .Type }}" class="h-entry {{.Type }}"> |
|
|
|
<div class="author"> |
|
|
|
<a rel="author" class= "u-author" href="https://jk.nipponalba.scot" style="display:none"><img class="u-photo" src="/images/profile.jpg"/></a> |
|
|
|
<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> |
|
|
|
<aside> |
|
|
|
{{if eq .Type "article" }}<a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b>{{ end }} |
|
|
|