Skip to content

Commit

Permalink
minor fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Sep 8, 2023
1 parent 7d10c91 commit d714f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/templates/page/_content.html.twig
Expand Up @@ -5,7 +5,7 @@
{% block content_header %}
{% block h1 %}
{% set h1_class= page.h1_class|default(h1_class|default('')) %}
<h1{{ h1_class ? ' class="'~h1_class~'"':'' }}{{ pw(page).h1|raw }}</h1>
<h1{{ h1_class ? ' class="'~h1_class~'"':'' }}>{{ pw(page).h1|raw }}</h1>
{% endblock %}

{% block description %}
Expand Down

0 comments on commit d714f88

Please sign in to comment.