Browse Source

trying to fix sending of webmentions

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

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

@ -94,7 +94,7 @@
<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>
</div>
<aside>
<aside><div class="e-content">
{{ if .Params.inreplyto }}<p> Replied to {{ end }}
{{ if .Params.likeof }}<p> Liked {{ 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 .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>
</aside>
</div></aside>
</article>
{{end}}