This commit is contained in:
Karol Orzeł 2015-02-20 19:34:08 +01:00
parent e22bf39c98
commit a75871760f
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}