From f25e7f8357a14b55c7978792364be163c16e6f4f Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 17 Jun 2020 23:28:35 +0100 Subject: [PATCH] trying to fix sending of webmentions --- themes/nipponalba/layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index a22b99a0..aac7fd09 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -88,9 +88,9 @@ {{ end }} {{ end }} {{ else }} -{{ if .Params.inreplyto }}
{{ end }} -{{ if .Params.likeof }}
{{ end }} -{{ if .Params.repostof }}
{{ end }} +{{ if .Params.inreplyto }}
{{ end }} +{{ if .Params.likeof }}
{{ end }} +{{ if .Params.repostof }}
{{ end }}