www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

commit 3dd1318bad5c96f9290221927f15b2e8b002939c
parent 95462c713d7e668e7ea6f56e11ec81a4b025ba31
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Fri, 16 Feb 2024 12:06:40 -0800

Reinstate alternate link to RSS feed

I disabled sitewide RSS generation (I didn't need to push every single
update to anyone who subscribes), but I still want to support automated
discovery of the posts feed (which is also linked in the footer).

Diffstat:
Mlayouts/partials/hook_head_end.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/layouts/partials/hook_head_end.html b/layouts/partials/hook_head_end.html @@ -1,2 +1,3 @@ <link rel="stylesheet" type="text/css" href="{{relURL "css/extra.css"}}"> {{ if .Params.katex}}{{ partial "katex.html" . }}{{ end }} +<link rel="alternate" type="application/rss+xml" href="{{relURL "posts/index.xml"}}">