Skip to content

Commit

Permalink
Use right order h2 in subpages-overview.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
rogoit committed May 17, 2024
1 parent 595907e commit ab7fc62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{% for item in content.items %}
<article class="flex max-w-xl flex-col items-start justify-between">
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 text-gray-900 group-hover:text-gray-600">
<h2 class="mt-3 text-lg font-semibold leading-6 text-gray-900 group-hover:text-gray-600">
<a href="{{ sulu_content_path(item.url) }}">
<span class="absolute inset-0"></span>
{{ item.title }}
</a>
</h3>
</h2>
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">
{{ item.seoDescription }}
</p>
Expand Down

0 comments on commit ab7fc62

Please sign in to comment.