From 2140698d15c67d6e3ccc9fb3bf85bb9486fe899f Mon Sep 17 00:00:00 2001
From: Jacob Janzen <jacob.a.s.janzen@gmail.com>
Date: Sun, 5 Jan 2025 19:55:16 -0600
Subject: fix author

---
 deploy.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy.sh b/deploy.sh
index 6c94294..e5fc4e2 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -42,6 +42,7 @@ cd "$HOME"
 
 sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
 sed -i 's/<webMaster>.*<\/webMaster>/<webMaster>jjanzen@jjanzen.ca (jjanzen)<\/webMaster>/g' ~/public_html/rss.xml
+sed -i 's/<author>.*<\/author>/<author>jjanzen@jjanzen.ca (jjanzen)<\/author>/g' ~/public_html/rss.xml
 
 /bin/cp -r "$HOME/public_html"/* "$location"
 chown -R apache:apache "$location"
-- 
cgit v1.2.3