Merge pull request #1231 from shaarli/revert-1220-url-filter

Revert part of #1220
This commit is contained in:
nodiscc 2018-10-11 07:46:15 +00:00 committed by GitHub
commit 1a9515ff6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -20,6 +20,4 @@ the blocks defined in base.html and its included child templates.
{% if page and page.is_homepage %}<meta name="description" content="{{ config.site_description }}">{% endif %}
{% if config.site_author %}<meta name="author" content="{{ config.site_author }}">{% endif %}
{% if config.site_favicon %}<link rel="shortcut icon" href="{{ config.site_favicon|url }}">
{% else %}<link rel="shortcut icon" href="{{ 'img/favicon.ico'|url }}">{% endif %}
{%- endblock %}