summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-05-08 23:30:19 -0400
committerAdam T. Carpenter <atc@53hor.net>2024-05-08 23:30:19 -0400
commita0540216a8557bac5814dbec7d44ae9cdc1dac91 (patch)
tree042f2219cd50fb195134bc8531877b857c1896d4 /feed.php
parenteef4ec5c29ebeb14327e05276983bd133c36e201 (diff)
download53hor-a0540216a8557bac5814dbec7d44ae9cdc1dac91.tar.xz
53hor-a0540216a8557bac5814dbec7d44ae9cdc1dac91.zip
fix: svg link in rss icon
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index 7a96450..61dd19c 100644
--- a/feed.php
+++ b/feed.php
@@ -7,7 +7,7 @@
<atom:link href="https://www.53hor.net/rss.xml" rel="self" type="application/rss+xml" />
<description>The World Wide Web pages of Adam Carpenter</description>
<image>
- <url>https://www.53hor.net/53hornet.svg</url>
+ <url>https://www.53hor.net/assets/53hornet.svg</url>
<title>53hornet's Feed</title>
<link>https://www.53hor.net</link>
</image>