|
|
@ -2,14 +2,14 @@ |
|
|
|
{{ range .Site.Data.bookmarks }} |
|
|
|
{{ if eq .category "Brewing"}} |
|
|
|
<section data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry"> |
|
|
|
<div class="author" style="display:none"> |
|
|
|
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a> |
|
|
|
</div> |
|
|
|
<aside> |
|
|
|
<article class="u-bookmark-of h-cite"> |
|
|
|
<u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }} |
|
|
|
</article> |
|
|
|
</aside> |
|
|
|
<div class="author" style="display:none"> |
|
|
|
<a rel="author" class="p-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a> |
|
|
|
</div> |
|
|
|
<aside> |
|
|
|
<article class="h-cite"> |
|
|
|
<u><a href="{{ .bookmarkof | absURL }}" class="u-bookmark-of" target="_blank">{{ .name }}</a></u> - <div class="p-name p-content">{{ .content | markdownify }}</div> |
|
|
|
</article> |
|
|
|
</aside> |
|
|
|
</section> |
|
|
|
{{ end }} |
|
|
|
{{ end }} |
|
|
@ -17,14 +17,14 @@ |
|
|
|
{{ range .Site.Data.bookmarks }} |
|
|
|
{{ if eq .category "Scottish Politics"}} |
|
|
|
<section data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry"> |
|
|
|
<div class="author" style="display:none"> |
|
|
|
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a> |
|
|
|
</div> |
|
|
|
<aside> |
|
|
|
<article class="u-bookmark-of h-cite"> |
|
|
|
<u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }} |
|
|
|
</article> |
|
|
|
</aside> |
|
|
|
<div class="author" style="display:none"> |
|
|
|
<a rel="author" class="p-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a> |
|
|
|
</div> |
|
|
|
<aside> |
|
|
|
<article class="h-cite"> |
|
|
|
<u><a href="{{ .bookmarkof | absURL }}" class="u-bookmark-of" target="_blank">{{ .name }}</a></u> - <div class="p-name p-content">{{ .content | markdownify }}</div> |
|
|
|
</article> |
|
|
|
</aside> |
|
|
|
</section> |
|
|
|
{{ end }} |
|
|
|
{{ end }} |
|
|
@ -33,11 +33,11 @@ |
|
|
|
{{ if eq .category "Vegan Recipes"}} |
|
|
|
<section data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry"> |
|
|
|
<div class="author" style="display:none"> |
|
|
|
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a> |
|
|
|
<a rel="author" class="p-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Title }}</div></a> |
|
|
|
</div> |
|
|
|
<aside> |
|
|
|
<article class="u-bookmark-of h-cite"> |
|
|
|
<u><a href="{{ .bookmarkof | absURL }}" target="_blank">{{ .name }}</a></u> - {{ .content | markdownify }} |
|
|
|
<article class="h-cite"> |
|
|
|
<u><a href="{{ .bookmarkof | absURL }}" class="u-bookmark-of" target="_blank">{{ .name }}</a></u> - <div class="p-name p-content">{{ .content | markdownify }}</div> |
|
|
|
</article> |
|
|
|
</aside> |
|
|
|
</section> |
|
|
|