forked from mirrors/bookwyrm
Use site name as shortname for opensearch
This commit is contained in:
parent
de0c50196e
commit
84575cef9a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
||||||
xmlns:moz="http://www.mozilla.org/2006/browser/search/"
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/"
|
||||||
>
|
>
|
||||||
<ShortName>BW</ShortName>
|
<ShortName>{{ site_name }}</ShortName>
|
||||||
<Description>{% blocktrans trimmed with site_name=site.name %}
|
<Description>{% blocktrans trimmed with site_name=site.name %}
|
||||||
{{ site_name }} search
|
{{ site_name }} search
|
||||||
{% endblocktrans %}</Description>
|
{% endblocktrans %}</Description>
|
||||||
|
|
Loading…
Reference in a new issue