From 1a0a9adb1d516fefcbf44832d18489ef1c9091dc Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 18 Jun 2020 14:32:01 +0100 Subject: [PATCH] webmentions stuff --- themes/nipponalba/layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index 689b9bf5..0a64db62 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -96,8 +96,8 @@
{{ 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}}