diff options
Diffstat (limited to 'blogrss')
| -rwxr-xr-x | blogrss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ #!/usr/bin/env bash -link=https://wittamore.com/articles/2025 +link=https://wittamore.fr/articles/2026 description='Ramblings from Brittany, France' -rsslink=https://wittamore.com/rss.xml +rsslink=https://wittamore.fr/rss.xml feedname=/home/philip/web/rss.xml -postDir=/home/philip/web/articles/2025 +postDir=/home/philip/web/articles/2026 updated=$(date --iso-8601=ns) # Build RSS header & footer @@ -13,7 +13,7 @@ echo "<?xml version='1.0' encoding='UTF-8' ?> <rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'>" > ~/feedtop echo " <channel> -<title>Bloggings - wittamore.com</title> +<title>Bloggings - wittamore.fr</title> <link>https://wittamore.com</link> <description>Ramblings from Brittany, France</description> <lastBuildDate>$updated</lastBuildDate> |
