From bf7423e44ac70d576be6037e0169bbe8d881f7b1 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 29 Nov 2023 13:37:17 -0800 Subject: [PATCH] Add websub and other feed metadata --- config.toml | 1 + layouts/_default/list.atom.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7b894cc..85acb7b 100644 --- a/config.toml +++ b/config.toml @@ -23,6 +23,7 @@ disableKinds = ["taxonomy", "term"] highlight = false icon = "/favicon.svg" indieAuth = "https://indielogin.com/auth" + 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 336addd..47882b9 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -12,6 +12,7 @@ {{- $faviconSvg := resources.Get "/favicon.svg" | resources.Fingerprint "md5" -}} {{- $image := resources.Get "/favicon192.png" | resources.Fingerprint "md5" -}} {{- $atomLogo := resources.Get "/atom.svg" | resources.Fingerprint "md5" -}} +{{- /*rejected http://backend.userland.com/creativeCommonsRssModule, as it's completely redundant with and rel-license. */ -}} + {{ $faviconSvg.Permalink }} {{ $image.Permalink }} {{ $atomLogo.Permalink }} @@ -50,8 +52,10 @@ {{ .Site.Author.name }} {{ .Site.Author.email }} https://seirdy.one/ + + >Copyright © {{ now.Year }} Rohan Kumar {{ site.LastChange.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }} Hugo {{ .Site.Hugo.Version }} @@ -65,7 +69,7 @@ {{ .Date.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ .Lastmod.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ .Site.Author.name }}https://seirdy.one/ - CC-BY-SA 4.0 + >Copyright © {{ now.Year }} Rohan Kumar {{- with .Params.replyURI -}}