From 009ce9358168cc06c76fc2f4162829e552e633a3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:51:30 +0100 Subject: Move default template to vintage folder --- tpl/default/feed.atom.html | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 tpl/default/feed.atom.html (limited to 'tpl/default/feed.atom.html') diff --git a/tpl/default/feed.atom.html b/tpl/default/feed.atom.html deleted file mode 100644 index 49798e85..00000000 --- a/tpl/default/feed.atom.html +++ /dev/null @@ -1,42 +0,0 @@ - - - {$pagetitle} - Shaared links - {if="$show_dates"} - {$last_update} - {/if} - - - {loop="$feed_plugins_header"} - {$value} - {/loop} - - {$index_url} - {$index_url} - - {$index_url} - Shaarli - {loop="$links"} - - {$value.title} - {if="$usepermalinks"} - - {else} - - {/if} - {$value.guid} - {if="$show_dates"} - {$value.pub_iso_date} - {$value.up_iso_date} - {/if} - - {loop="$value.taglist"} - - {/loop} - {loop="$value.feed_plugins"} - {$value} - {/loop} - - {/loop} - -- cgit v1.2.3