We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd09736 + 415c963 commit 3553313Copy full SHA for 3553313
web/overrides/main.html
@@ -18,7 +18,7 @@
18
{% if page and page.meta and page.meta.description %}
19
{% set description = page.meta.description %}
20
{% endif %}
21
- {% set image = config.site_url ~ '/assets/images/fixed/sitelogo.png' %}
+ {% set image = config.site_url ~ 'assets/images/fixed/sitelogo.png' %}
22
{% if page and page.meta and page.meta.image %}
23
{% set image = config.site_url ~ page.meta.image %}
24
0 commit comments