diff options
author | emkael <emkael@tlen.pl> | 2025-04-08 02:23:25 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2025-04-08 02:23:25 +0200 |
commit | af2da903d47550cdf1d7eb2d7b5e5b972d847958 (patch) | |
tree | 5f982ddfbf54ac061a9e3cc6c038380b5f2ff253 | |
parent | 8374e77678f9e6c65ff88ee602eb01f9bd2a6b6c (diff) |
Removing leftover RSS URL/link
-rw-r--r-- | templates/atom.tpl | 1 | ||||
-rw-r--r-- | templates/rss.tpl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/atom.tpl b/templates/atom.tpl index ea8f357..34f3688 100644 --- a/templates/atom.tpl +++ b/templates/atom.tpl @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>{$feedTitle}</title> - <link href="https://twitter.com/{$user}" /> <id>{$feedID}</id> <updated>{$cacheTime|date_format:"c"}</updated> {foreach from=$content item=item} diff --git a/templates/rss.tpl b/templates/rss.tpl index b5f01bd..735208b 100644 --- a/templates/rss.tpl +++ b/templates/rss.tpl @@ -2,7 +2,6 @@ <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> <title>{$feedTitle}</title> - <link>https://twitter.com/{$user}</link> <lastBuildDate>{$cacheTime|date_format:"D, d M Y H:i:s O"}</lastBuildDate> {foreach from=$content item=item} <item> |