diff options
author | 53hornet <atc@53hor.net> | 2021-09-12 17:43:38 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-09-12 17:43:38 -0400 |
commit | 6a87845515ed1ac4b27824d906509cb5ed4c46da (patch) | |
tree | f251b727555632d78f0435f0cd8c09fbdd98691f | |
parent | 3e488270e8b28da8eaac35badbf6d96f08b420d8 (diff) | |
download | 53hor-6a87845515ed1ac4b27824d906509cb5ed4c46da.tar.xz 53hor-6a87845515ed1ac4b27824d906509cb5ed4c46da.zip |
fix: update RSS link
-rw-r--r-- | includes/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/nav.php b/includes/nav.php index 87b9175..908471d 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -33,7 +33,7 @@ </a> </li> <li> - <a type="application/rss+xml" href="/rss.xml"> + <a href="/feed.php"> <svg viewBox="0 0 24 24"> <path fill="#ffffff" d="M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,4.44A15.56,15.56 0 0,1 19.56,20H16.73A12.73,12.73 0 0,0 4,7.27V4.44M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1Z" /> </svg> |