|
|
@ -78,15 +78,15 @@ |
|
|
|
{{ if eq .category $cat }} |
|
|
|
<article data-post-type="bookmark-of" data-post-id="{{ .Params.slug }}" class="bookmark h-entry"> |
|
|
|
<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.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.Author}}</div></a> |
|
|
|
</section> |
|
|
|
<section class="h-cite"> |
|
|
|
<a href="{{ (index . "bookmark-of") | absURL }}" class="u-bookmark-of" target="_blank">{{ .name }}</a> - <div class="p-name p-content">{{ .content | markdownify }}</div> |
|
|
|
</section> |
|
|
|
</article></section> |
|
|
|
{{ end }} |
|
|
|
</article> |
|
|
|
{{ end }} |
|
|
|
{{ end }}</section> |
|
|
|
{{ end }}</section> |
|
|
|
{{ else }} |
|
|
|
<article class="h-entry" id="response"> |
|
|
|
<section class="author" style="display:none;"> |
|
|
|