diff options
author | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
---|---|---|
committer | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
commit | aa547f522941c9ba3c60dd0083305c59f717cedd (patch) | |
tree | e8ba86747892a89162288ec9be4eed738311190d /_assets/rss.xml |
Initial commit
Diffstat (limited to '_assets/rss.xml')
-rwxr-xr-x | _assets/rss.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_assets/rss.xml b/_assets/rss.xml new file mode 100755 index 0000000..d092b9b --- /dev/null +++ b/_assets/rss.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Updates from Andrea</title> + <description>Latest changes from Andrea Corsini's website.</description> + <link>https://andreacorsini.xyz</link> + <language>en-uk</language> + <image> + <title>Updates from Andrea</title> + <link>https://andreacorsini.xyz</link> + <url>https://andreacorsini.xyz/images/profile-cut.jpg</url> + </image> + <atom:link href="https://andreacorsini.xyz/rss.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |