|
|
@ -4,7 +4,8 @@ |
|
|
|
<h1>Latest post</h1> |
|
|
|
{{ range first 1 .Site.RegularPages }} |
|
|
|
<article class="post h-entry entry contents"> |
|
|
|
<div class="{{.Type}}" data-post-type="{{.Type }}"><div class="p-author author" style="display:none;"><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> |
|
|
|
<aside> |
|
|
|
<div class="index_info"> |
|
|
|