From d5db88e591c2c46b8a5e0cd4e1efdacab5654e60 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 18 Jun 2020 11:22:55 +0100 Subject: [PATCH] tinkering with webmentions stuff --- themes/nipponalba/layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index 77b6507a..963d83a4 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -93,8 +93,8 @@
-
webmention +
{{ if .Params.inreplyto }}

Replied to {{ end }} {{ if .Params.likeof }}

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

Shared {{ end }} @@ -103,8 +103,8 @@ {{ if .Params.inreplyto }} post{{ end }} {{ if .Params.repostof }} post{{ end }}

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

{{end}} -
+ {{end}}