Merge pull request #1837 from nfriedli/master
Correction: pubsubhubbub hub link in RSS / Atom. The hub link variable is wrong in default template (this correction) but OK in the vintage one.
This commit is contained in:
commit
f2cd2215f0
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<link rel="self" href="{$self_link}#" />
|
<link rel="self" href="{$self_link}#" />
|
||||||
<link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
|
<link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
|
||||||
title="Shaarli search - {$shaarlititle}" />
|
title="Shaarli search - {$shaarlititle}" />
|
||||||
{loop="$plugins_feed_header"}
|
{loop="$feed_plugins_header"}
|
||||||
{$value}
|
{$value}
|
||||||
{/loop}
|
{/loop}
|
||||||
<author>
|
<author>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<atom:link rel="self" href="{$self_link}" />
|
<atom:link rel="self" href="{$self_link}" />
|
||||||
<atom:link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
|
<atom:link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
|
||||||
title="Shaarli search - {$shaarlititle}" />
|
title="Shaarli search - {$shaarlititle}" />
|
||||||
{loop="$plugins_feed_header"}
|
{loop="$feed_plugins_header"}
|
||||||
{$value}
|
{$value}
|
||||||
{/loop}
|
{/loop}
|
||||||
{loop="$links"}
|
{loop="$links"}
|
||||||
|
|
Loading…
Reference in a new issue