|
|
@ -38,15 +38,17 @@ |
|
|
|
</aside> |
|
|
|
</section><hr/> |
|
|
|
{{ else }} |
|
|
|
<section data-post-type="{{ .Params.posttype }}" data-post-id="{{ .Params.slug }}" class="response h-entry"> |
|
|
|
{{ if .Params.inreplyto }}<section data-post-type="in-reply-to" data-post-id="{{ .Params.slug }}" class="response h-entry">{{ end }} |
|
|
|
{{ if .Params.inreplyto }}<section data-post-type="like-of" data-post-id="{{ .Params.slug }}" class="response h-entry">{{ end }} |
|
|
|
{{ if .Params.repostof }}<section data-post-type="repost-of" data-post-id="{{ .Params.slug }}" class="response h-entry">{{ end }} |
|
|
|
<div class="author"> |
|
|
|
<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-{{ .Params.posttype }} h-cite"> |
|
|
|
{{ if .Params.inreplyto }}<p> Replied to {{ end }} |
|
|
|
{{ if .Params.likeof }}<p> Liked {{ end }} |
|
|
|
{{ if .Params.repostof }}<p>Shared {{ end }} |
|
|
|
{{ if .Params.inreplyto }}<article class="u-in-reply-to h-cite"><p> Replied to {{ end }} |
|
|
|
{{ if .Params.likeof }}<article class="u-like-of} h-cite"><p> Liked {{ end }} |
|
|
|
{{ if .Params.repostof }}<article class="u-repost-of h-cite"><p>Shared {{ end }} |
|
|
|
someone's |
|
|
|
{{ if .Params.likeof }}<a href="{{ .Params.likeof }}" class="link u-url"> post</a>{{ end }} |
|
|
|
{{ if .Params.inreplyto }}<a href="{{ .Params.inreplyto }}" class="link u-url"> post</a>{{ end }} |
|
|
|