diff options
author | davidovski <david@davidovski.xyz> | 2023-06-13 00:12:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-06-13 00:12:02 +0100 |
commit | 1cdffa967eea30a7947fea23e665fc1e68ffbf58 (patch) | |
tree | ecf6a75bb9c9aa530bf5e7cca909c9b8894fd690 /templates/rss.xml | |
parent | 40a6aabbdb721da1e0b3f0274a1689cccbb3415f (diff) |
use shblg to generate a static site from this repo
Diffstat (limited to 'templates/rss.xml')
-rw-r--r-- | templates/rss.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/rss.xml b/templates/rss.xml deleted file mode 100644 index 58e206d..0000000 --- a/templates/rss.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<rss version="2.0"> - -<channel> - <title>davidovski</title> - <link>https://davidovski.xyz</link> - <description>davidovski's site</description> - %items% -</channel> -</rss> |