Browse Source

tinkering with webmentions stuff

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

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

@ -102,7 +102,7 @@
{{ if .Params.likeof }}<a href="{{ .Params.likeof }}" class="u-like-of"> post</a>{{ end }}
{{ if .Params.inreplyto }}<a href="{{ .Params.inreplyto }}" class="u-in-reply-to"> post</a>{{ end }}
{{ 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">{{ .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>
</div></aside>
</article>