Browse Source

tinkering with webmentions stuff

master
jk 4 years ago
parent
commit
ea8ec649a9
  1. 13
      themes/nipponalba/layouts/_default/single.html

13
themes/nipponalba/layouts/_default/single.html

@ -89,12 +89,11 @@
{{ end }}
{{ end }}
{{ else }}
{{ if .Params.inreplyto }}<article class="h-entry h-cite" id="response">{{ end }}
{{ if .Params.likeof }}<article class="h-entry h-cite" id="response">{{ end }}
{{ if .Params.repostof }}<article class="h-entry h-cite" id="response">{{ end }}
<article class="h-entry" id="response">
<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="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>
<div class="e-content h-cite">
<a href="https://webmention.io/jk.nipponalba.scot/webmention" rel="webmention" style="display:none">webmention</a>
{{ if .Params.inreplyto }}<p> Replied to {{ end }}
{{ if .Params.likeof }}<p> Liked {{ end }}
@ -103,9 +102,9 @@
{{ if .Params.likeof }}<a href="{{ .Params.likeof }}" class="u-url u-like-of"> post</a>{{ end }}
{{ if .Params.inreplyto }}<a href="{{ .Params.inreplyto }}" class="u-url u-in-reply-to"> post</a>{{ end }}
{{ if .Params.repostof }}<a href="{{ .Params.repostof }}" class="u-url u-repost-of"> post</a>{{ end }}</p>
{{ if .Content }}<div class="e-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>
<a href="{{ .Permalink }}" class="u-url"></a>
{{ if .Content }}<div class="p-name p-content">{{ .Content }}</div><br/> {{end}}
<div class="date"><a href="{{ .Permalink }}" class="u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a></div>
</div>
</article>
{{end}}