|
@ -94,7 +94,7 @@ |
|
|
<div class="author"> |
|
|
<div class="author"> |
|
|
<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.Title }}</div></a> |
|
|
</div> |
|
|
</div> |
|
|
<aside> |
|
|
|
|
|
|
|
|
<aside><div class="e-content"> |
|
|
{{ if .Params.inreplyto }}<p> Replied to {{ end }} |
|
|
{{ if .Params.inreplyto }}<p> Replied to {{ end }} |
|
|
{{ if .Params.likeof }}<p> Liked {{ end }} |
|
|
{{ if .Params.likeof }}<p> Liked {{ end }} |
|
|
{{ if .Params.repostof }}<p>Shared {{ end }} |
|
|
{{ if .Params.repostof }}<p>Shared {{ end }} |
|
@ -104,7 +104,7 @@ |
|
|
{{ if .Params.repostof }}<a href="{{ .Params.repostof }}" class="u-repost-of"> post</a>{{ end }}</p> |
|
|
{{ if .Params.repostof }}<a href="{{ .Params.repostof }}" class="u-repost-of"> post</a>{{ end }}</p> |
|
|
{{ if .Content }}<div class="p-name p-content">{{ .Content }}</div><br/> {{end}} |
|
|
{{ if .Content }}<div class="p-name p-content">{{ .Content }}</div><br/> {{end}} |
|
|
<time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time> |
|
|
<time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time> |
|
|
</aside> |
|
|
|
|
|
|
|
|
</div></aside> |
|
|
</article> |
|
|
</article> |
|
|
{{end}} |
|
|
{{end}} |
|
|
|
|
|
|
|
|