From f88364421ffd15c5484438b259d982c3dfad7cdb Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 18 Jun 2020 13:45:10 +0100 Subject: [PATCH] webmentions stuff --- themes/nipponalba/layouts/_default/single.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index d1555ac9..521fc968 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -94,15 +94,11 @@ webmention -
- {{ if .Params.inreplyto }}{{ end }} - {{ if .Params.likeof }}{{ end }} - {{ if .Params.repostof }}{{ end }} - someone's +
{{ if .Params.likeof }}

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

Replied to {{ .Params.inreplyto }}{{ end }} {{ if .Params.repostof }}

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

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

{{end}} + {{ if .Content }}
{{ .Content }}

{{end}}