This commit is contained in:
Karol Orzeł 2015-02-20 19:34:08 +01:00
parent e22bf39c98
commit a75871760f

View file

@ -42,7 +42,7 @@
{% block header %} {% block header %}
<header id="header"> <header id="header">
<div class="logo"> <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 %} {% block social %}
{% include 'partials/social.html.twig' %} {% include 'partials/social.html.twig' %}
{% endblock %} {% endblock %}