diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-05 08:58:22 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-05 09:02:57 +0100 |
commit | 5ebfedede0ac2157b80fb56ac86965e371453d1f (patch) | |
tree | 527411904f0ecda682c16cbd720e1999a07c98d0 | |
parent | 043d814b39a73bb3bf2ca648dd067fb19b206d23 (diff) |
rss: update feed title and description
-rw-r--r-- | dst/rss.xml | 4 | ||||
-rw-r--r-- | src/rss.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dst/rss.xml b/dst/rss.xml index 8d05459..8a7e957 100644 --- a/dst/rss.xml +++ b/dst/rss.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> - <title>adast.xyz</title> + <title>Adam Stück's blog</title> <link>https://adast.xyz/rss.xml</link> - <description>Hello there!</description> + <description>Recent content in Adam Stück's blog</description> <language>en-us</language> <atom:link href="https://adast.xyz/rss.xml" rel="self" type="application/rss+xml" /> diff --git a/src/rss.xml b/src/rss.xml index 8d05459..8a7e957 100644 --- a/src/rss.xml +++ b/src/rss.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> - <title>adast.xyz</title> + <title>Adam Stück's blog</title> <link>https://adast.xyz/rss.xml</link> - <description>Hello there!</description> + <description>Recent content in Adam Stück's blog</description> <language>en-us</language> <atom:link href="https://adast.xyz/rss.xml" rel="self" type="application/rss+xml" /> |