|
|
@ -76,7 +76,7 @@ |
|
|
|
<h4>{{ $cat }}</h4> |
|
|
|
{{ range $.Site.Data.bookmarks }} |
|
|
|
{{ if eq .category $cat }} |
|
|
|
<article data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry"> |
|
|
|
<article data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark"> |
|
|
|
<section 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.Author}}</div></a> |
|
|
|
</section> |
|
|
|