summaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/header.html.twig5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig
index 0c02cfe..e19b414 100644
--- a/templates/partials/header.html.twig
+++ b/templates/partials/header.html.twig
@@ -1,5 +1,5 @@
<div class="header">
- {% if page.header.icon %}
+ {# {% if page.header.icon %}
<span class=icon>{{page.header.icon}}</span>
{% else %}
<span class=icon>web</span>
@@ -13,5 +13,6 @@
</a>
{% else %}
<span class="icon" style="color:transparent;">web</span>
- {% endif %}
+ {% endif %} #}
+ {% include 'partials/navigation.html.twig' %}
</div> \ No newline at end of file