wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit cd7ebbb74033bef3fd00fa377b0e35334c6b51c2
parent c4d9a54d06c06e62bb1e31a615617e1729e6c5e6
Author: Ian <ian@shmage.xyz>
Date:   Fri,  3 Feb 2023 23:50:47 -0500

Proper link for RSS

Diffstat:
Mlayouts/partials/bottomlinks.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/bottomlinks.html b/layouts/partials/bottomlinks.html @@ -1,2 +1,2 @@ <hr> -<a href="{{ .Site.BaseURL }}/">home</a> | <a href="{{ .Site.BaseURL }}/#posts">blog index</a> | <a href="https://shmage.xyz/rss.xml">rss</a> | <a href="mailto:ian@shmage.xyz">contact me</a> | <a href="https://shmage.xyz/eonn.gpg">PGP public key</a><sub><a href="https://emailselfdefense.fsf.org/en/">?</a></sub> +<a href="{{ .Site.BaseURL }}/">home</a> | <a href="{{ .Site.BaseURL }}/#posts">blog index</a> | <a href="{{ .Site.BaseURL}}/index.xml">rss</a> | <a href="mailto:ian@shmage.xyz">contact me</a> | <a href="https://shmage.xyz/eonn.gpg">PGP public key</a><sub><a href="https://emailselfdefense.fsf.org/en/">?</a></sub>