diff --git a/templates/base.html.twig b/templates/base.html.twig index 5087ae0..2f01e85 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -3,7 +3,7 @@ - Jeroen De Meerleer{% if block("title") is not empty %} :: {% block title %}{% endblock %}{% endif %} + {% block title %}{% endblock %}{% if block("title") is not empty %} :: {% endif %}Jeroen De Meerleer {% block styles %}{% endblock %}