From 8013038a72a6f86982118776d392a02ee52eec0d Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Thu, 5 Aug 2021 12:20:25 +0100 Subject: [PATCH] Add webmention/pingback support back in --- layouts/_default/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f58a4ec..d92eac3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,6 +14,10 @@ {{ with .Site.Params.author }}{{ end }} {{ $style := resources.Get "style/main.sass" | resources.ToCSS }} + + {{ with .Site.Params.comments.webmention }}{{ end }} + {{ with .Site.Params.comments.pingback }}{{ end }} + {{ if .Site.Params.comments.cactus }}{{ end }} {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}