From 8bf997f06d27c3082a50c7f430e606fed595b96f Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 10 Mar 2021 11:11:35 +0000 Subject: [PATCH] trying to get webmentions to see the bridgy fed link --- themes/nipponalba/layouts/_default/single.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index a5f869f7..8d33ea04 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -27,7 +27,7 @@ {{ if eq .Type "article" }} - {{ end }}
+ {{ end }}
{{ if not (eq .Type "article") }}
@@ -38,6 +38,7 @@ {{ with .Page.Params.pixelfedurl }}{{ end }}{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }} {{ end }}
{{ end }} +

Interactions

@@ -102,7 +103,7 @@ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }} - +
{{end}}