diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-09 23:03:07 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-09 23:03:07 +0200 |
| commit | 53a7024dc41a8750ceb15071b053ea67d48ff496 (patch) | |
| tree | 86346ec12b80a32750af13fc14706f45fcd12143 /feed-top.xml | |
| parent | 9c53e6a358c51f1e92e38f430673e8d7f8843cde (diff) | |
| download | sebastiano.tronto.net-53a7024dc41a8750ceb15071b053ea67d48ff496.tar.gz sebastiano.tronto.net-53a7024dc41a8750ceb15071b053ea67d48ff496.zip | |
Some feed.xml fixes
Diffstat (limited to 'feed-top.xml')
| -rw-r--r-- | feed-top.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/feed-top.xml b/feed-top.xml index b4e2251..d320048 100644 --- a/feed-top.xml +++ b/feed-top.xml | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" ?> | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <rss version="2.0"> | 2 | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
| 3 | 3 | ||
| 4 | <channel> | 4 | <channel> |
| 5 | <title>Sebastiano Tronto's blog</title> | 5 | <title>Sebastiano Tronto's blog</title> |
| 6 | <link>https://sebastiano.tronto.net/blog</link> | 6 | <link>https://sebastiano.tronto.net/blog</link> |
| 7 | <atom:link href="https://sebastiano.tronto.net/blog/feed.xml" | ||
| 8 | rel="self" type="application/rss+xml" /> | ||
| 7 | <description> | 9 | <description> |
| 8 | Thoughts about software, computers and whatever I feel like sharing | 10 | Thoughts about software, computers and whatever I feel like sharing |
| 9 | </description> | 11 | </description> |
