From c4f831b4ef1c916fe17def188d32cf232a55f476 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 18 Jun 2020 14:31:17 +0100 Subject: [PATCH] webmentions stuff --- themes/nipponalba/layouts/_default/single.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index 521fc968..689b9bf5 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -93,12 +93,11 @@
- webmention -
+
{{ if .Params.likeof }}

Liked {{ .Params.likeof }}{{ end }} {{ if .Params.inreplyto }}

Replied to {{ .Params.inreplyto }}{{ end }} + {{ if .Content }}

{{ .Content }}

{{end}} {{ if .Params.repostof }}

Shared {{ .Params.repostof }}{{ end }}

- {{ if .Content }}
{{ .Content }}

{{end}}