There was an error while loading. Please reload this page.
2 parents f21d41c + 2853ed8 commit fbc829dCopy full SHA for fbc829d
1 file changed
src/templates/layouts/base.html
@@ -6,7 +6,7 @@
6
<head>
7
<meta charset="utf-8">
8
{% if page_meta.html_title or pageTitle %}<title>{{ page_meta.html_title or pageTitle }}</title>{% endif %}
9
- {% if brand_settings.primaryFavicon.src %}<link rel="shortcut icon" href="{{ brand_settings.primaryFavicon.src }}" />{% endif %}
+ {% if brand_settings.favicon.src %}<link rel="shortcut icon" href="{{ brand_settings.favicon.src }}" />{% endif %}
10
<meta name="description" content="{{ page_meta.meta_description }}">
11
{{ require_css(get_asset_url("../../css/main.css")) }}
12
{# This is intended to be used if a template requires template specific style sheets #}
0 commit comments