Fixes #1
This commit is contained in:
parent
e22bf39c98
commit
a75871760f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
{% block header %}
|
||||
<header id="header">
|
||||
<div class="logo">
|
||||
<h3><a href="{{ base_url == '' ? '/' : base_url }}">{{ config.site.title }}</a></h3>
|
||||
<h3><a href="{{ base_url_absolute }}">{{ config.site.title }}</a></h3>
|
||||
{% block social %}
|
||||
{% include 'partials/social.html.twig' %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue