|
@ -34,9 +34,6 @@ |
|
|
<h1>Latest post</h1> |
|
|
<h1>Latest post</h1> |
|
|
{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }} |
|
|
{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }} |
|
|
<article class="post h-entry entry"> |
|
|
<article class="post h-entry entry"> |
|
|
<section 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> |
|
|
|
|
|
</section> |
|
|
|
|
|
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3> |
|
|
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3> |
|
|
<section class="e-content">{{ .Content }} |
|
|
<section class="e-content">{{ .Content }} |
|
|
{{ if eq .Type "photo"}} |
|
|
{{ if eq .Type "photo"}} |
|
|