diff options
author | nodiscc <nodiscc@gmail.com> | 2018-10-11 07:46:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 07:46:15 +0000 |
commit | 1a9515ff6f9122bb58c629523f3a76338b9849ca (patch) | |
tree | 8b4cac92c17dabff27000470bd347689ffa962de /doc/custom_theme/main.html | |
parent | e95247d41dbe3b46c83d97f2a9d0e7bd1194bf08 (diff) | |
parent | 8b2afee16bf5a4df4323ad89c1e9a68ae4756014 (diff) | |
download | Shaarli-1a9515ff6f9122bb58c629523f3a76338b9849ca.tar.gz Shaarli-1a9515ff6f9122bb58c629523f3a76338b9849ca.tar.zst Shaarli-1a9515ff6f9122bb58c629523f3a76338b9849ca.zip |
Merge pull request #1231 from shaarli/revert-1220-url-filter
Revert part of #1220
Diffstat (limited to 'doc/custom_theme/main.html')
-rw-r--r-- | doc/custom_theme/main.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/custom_theme/main.html b/doc/custom_theme/main.html index 69b398f6..cc2a703e 100644 --- a/doc/custom_theme/main.html +++ b/doc/custom_theme/main.html | |||
@@ -20,6 +20,4 @@ the blocks defined in base.html and its included child templates. | |||
20 | 20 | ||
21 | {% if page and page.is_homepage %}<meta name="description" content="{{ config.site_description }}">{% endif %} | 21 | {% if page and page.is_homepage %}<meta name="description" content="{{ config.site_description }}">{% endif %} |
22 | {% if config.site_author %}<meta name="author" content="{{ config.site_author }}">{% endif %} | 22 | {% if config.site_author %}<meta name="author" content="{{ config.site_author }}">{% endif %} |
23 | {% if config.site_favicon %}<link rel="shortcut icon" href="{{ config.site_favicon|url }}"> | ||
24 | {% else %}<link rel="shortcut icon" href="{{ 'img/favicon.ico'|url }}">{% endif %} | ||
25 | {%- endblock %} | 23 | {%- endblock %} |