From 8807d4a0c70750955070b416112dc296659695a1 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 1 Dec 2023 00:19:31 -0800 Subject: [PATCH] Disable WebSub It didn't work :( --- config.toml | 2 +- layouts/_default/list.atom.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 85acb7b..cfefacb 100644 --- a/config.toml +++ b/config.toml @@ -23,7 +23,7 @@ disableKinds = ["taxonomy", "term"] highlight = false icon = "/favicon.svg" indieAuth = "https://indielogin.com/auth" - hub = "https://websubhub.com/hub" + # hub = "https://websubhub.com/hub" [frontmatter] lastmod = ['lastmod', ':git', 'date', 'publishDate'] diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index de018c8..15b55cb 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -36,7 +36,9 @@ {{- end -}} + {{ with .Site.Params.Hub -}} + {{- end }} {{ $faviconSvg.Permalink }} {{ $image.Permalink }} {{ $atomLogo.Permalink }}