|
|
@ -5,7 +5,7 @@ |
|
|
|
{{ 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"><img class="u-photo" src="/images/profile.jpg" style="display:none"/></a> |
|
|
|
<a rel="author" class= "u-author" href="https://jk.nipponalba.scot" style="display:none"><img class="u-photo" src="/images/profile.jpg"/></a> |
|
|
|
</div> |
|
|
|
<aside> |
|
|
|
{{if eq .Type "article" }}<a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b>{{ end }} |
|
|
|