Remove erratic /a tag

This commit is contained in:
pikim 2023-01-19 23:35:23 +01:00
parent 10cacf0983
commit 05a45ecb94

View file

@ -4,7 +4,7 @@
{% include 'partials/logo.html.twig' %}
<header>
<h2>{{ site.title|e('html') }}</h2>
<p>{{theme_config.slogan|raw}}</a></p>
<p>{{theme_config.slogan|raw}}</p>
</header>
</section>
<!-- Mini Posts -->