mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-04 23:00:40 +01:00
Fix favicon base
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<meta name="robots" content="{{ header.robots }}">
|
||||
{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/png" href="{{ base_url_relative_frontend }}{{ theme_url }}/images/favicon.png">
|
||||
<link rel="icon" type="image/png" href="{{ base_url_simple }}{{ theme_url }}/images/favicon.png">
|
||||
|
||||
{% block stylesheets %}
|
||||
{% do assets.addCss(theme_url~'/css-compiled/nucleus.css') %}
|
||||
|
||||
Reference in New Issue
Block a user