Change name of hero section

This commit is contained in:
TheThomaas 2024-02-10 21:17:59 +01:00
parent f16988fae8
commit 9319ee7d52

View file

@ -1,4 +1,4 @@
<section id="{{ subpage.data.title | slug }}" class="wrapper-full hero-section">
<section id="{{ subpage.data.title | slug }}" class="wrapper-full hero">
<div>
<h1 class="hero-title">{% if subpage.data.displayedTitle %}{{ subpage.data.displayedTitle }}{% else %}{{ subpage.data.title }}{% endif %}</h1>
<p>{{subpage.data.description}}</p>