commit 48aa3ee7d07541867a02b88e455d121c33cb70c6 parent 2706b39e0e8a444864a98f33cd2212a630321e2e Author: Ian <ian@shmage.xyz> Date: Sat, 4 Feb 2023 01:56:37 -0500 fix rss link Diffstat:
M | layouts/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="{{ .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> +<a href="{{ .Site.BaseURL }}/">home</a> | <a href="{{ .Site.BaseURL }}/#posts">blog index</a> | <a href="{{ .Site.BaseURL}}/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>