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:
nodiscc 2022-03-29 16:08:57 +00:00 committed by GitHub
commit f2cd2215f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<link rel="self" href="{$self_link}#" />
<link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
title="Shaarli search - {$shaarlititle}" />
{loop="$plugins_feed_header"}
{loop="$feed_plugins_header"}
{$value}
{/loop}
<author>

View file

@ -10,7 +10,7 @@
<atom:link rel="self" href="{$self_link}" />
<atom:link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
title="Shaarli search - {$shaarlititle}" />
{loop="$plugins_feed_header"}
{loop="$feed_plugins_header"}
{$value}
{/loop}
{loop="$links"}