mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-15 22:48:53 +00:00
Remove erratic /a tag
This commit is contained in:
parent
10cacf0983
commit
05a45ecb94
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue