aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/feed.atom.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/vintage/feed.atom.html')
-rw-r--r--tpl/vintage/feed.atom.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/vintage/feed.atom.html b/tpl/vintage/feed.atom.html
index 49798e85..5919bb49 100644
--- a/tpl/vintage/feed.atom.html
+++ b/tpl/vintage/feed.atom.html
@@ -6,13 +6,13 @@
6 <updated>{$last_update}</updated> 6 <updated>{$last_update}</updated>
7 {/if} 7 {/if}
8 <link rel="self" href="{$self_link}#" /> 8 <link rel="self" href="{$self_link}#" />
9 <link rel="search" type="application/opensearchdescription+xml" href="{$index_url}?do=opensearch#" 9 <link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
10 title="Shaarli search - {$shaarlititle}" /> 10 title="Shaarli search - {$shaarlititle}" />
11 {loop="$feed_plugins_header"} 11 {loop="$feed_plugins_header"}
12 {$value} 12 {$value}
13 {/loop} 13 {/loop}
14 <author> 14 <author>
15 <name>{$index_url}</name> 15 <name>{$pagetitle}</name>
16 <uri>{$index_url}</uri> 16 <uri>{$index_url}</uri>
17 </author> 17 </author>
18 <id>{$index_url}</id> 18 <id>{$index_url}</id>