diff --git a/templates/partials/logo.html.twig b/templates/partials/logo.html.twig
old mode 100644
new mode 100755
index f712edb..5a17a42
--- a/templates/partials/logo.html.twig
+++ b/templates/partials/logo.html.twig
@@ -1,8 +1,8 @@
{% set logo = theme_var('custom_logo_mobile') ?: theme_var('custom_logo') %}
-
+
{% if logo %}
{% set logo_file = (logo|first).name %}
-
+
{% else %}
{% include('@images/grav-logo.svg') %}
{% endif %}