|
|
@ -3,13 +3,7 @@ |
|
|
|
<div class="about"> |
|
|
|
<h1>Latest post</h1> |
|
|
|
{{ range first 1 .Site.RegularPages }} |
|
|
|
|
|
|
|
<article class="h-entry entry"> |
|
|
|
<div class="h-card p-author" style="display: none;"> |
|
|
|
<a rel="author" class= "p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">J K 🇯🇵🏴</a> |
|
|
|
<p class="p-note">Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him</p> |
|
|
|
<img class="u-photo" src="/images/profile.jpg" /> |
|
|
|
</div> |
|
|
|
<h3 class="post-title p-name entry-title"><a class="u-url" href="{{ .RelPermalink }}">{{ .Title }}</a></h3> |
|
|
|
<h4 class="decription"><a href="{{ .RelPermalink }}">{{ .Description }}</a></h4> |
|
|
|
<div class="info"> |
|
|
|