diff options
author | davidovski <david@davidovski.xyz> | 2022-05-16 00:45:39 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-16 00:45:39 +0100 |
commit | 3074d28814945d2a74e5cadde61e2f29bcf44477 (patch) | |
tree | 13302127804ae1546f95ef837127086a150f6d59 /templates | |
parent | 020caf3ca7414b258e3783b3e3770585f01759a6 (diff) |
fixed double rss url
Diffstat (limited to 'templates')
-rw-r--r-- | templates/item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/item.xml b/templates/item.xml index 031cd35..5864b7f 100644 --- a/templates/item.xml +++ b/templates/item.xml @@ -1,6 +1,6 @@ <item> <title>%name%</title> - <link>https://davidovski.xyz/%url%</link> + <link>%url%</link> <pubDate>%date%</pubDate> <description><![CDATA[%content%]]></description> </item> |