Skip to content
Snippets Groups Projects
Commit ba9b86f6 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue 3243300 by agami4: Change HTML tag of the page title

parent bb8b308f
No related branches found
No related tags found
1 merge request!44Issue #3243300 by agami4: Change HTML tag of the page title
......@@ -109,9 +109,9 @@
{% block card_title %}
{{ title_prefix }}
<h2{{ title_attributes }} class="teaser__title">
<h1{{ title_attributes }} class="teaser__title">
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
</h1>
{{ title_suffix }}
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment