aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/feed.atom.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-18 14:23:24 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-18 14:23:24 +0100
commit79a0dfe9cc658cbfafebac0aa9f1c2953faff777 (patch)
tree39ff0456f6032c6ebcb4549ecfff8f586869b95a /tpl/default/feed.atom.html
parent4b0838e698f7811a42b7dc02cda276d3f9d83855 (diff)
downloadShaarli-79a0dfe9cc658cbfafebac0aa9f1c2953faff777.tar.gz
Shaarli-79a0dfe9cc658cbfafebac0aa9f1c2953faff777.tar.zst
Shaarli-79a0dfe9cc658cbfafebac0aa9f1c2953faff777.zip
Apply v0.8.2 changes, add opensearch tpl, add favicon
Diffstat (limited to 'tpl/default/feed.atom.html')
-rw-r--r--tpl/default/feed.atom.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/tpl/default/feed.atom.html b/tpl/default/feed.atom.html
index 2ebb162a..c8ab1722 100644
--- a/tpl/default/feed.atom.html
+++ b/tpl/default/feed.atom.html
@@ -29,9 +29,7 @@
29 {if="$show_dates"} 29 {if="$show_dates"}
30 <updated>{$value.iso_date}</updated> 30 <updated>{$value.iso_date}</updated>
31 {/if} 31 {/if}
32 <content type="html" xml:lang="{$language}"> 32 <content type="html" xml:lang="{$language}"><![CDATA[{$value.description}]]></content>
33 <![CDATA[{$value.description}]]>
34 </content>
35 {loop="$value.taglist"} 33 {loop="$value.taglist"}
36 <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" /> 34 <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" />
37 {/loop} 35 {/loop}