Change name of hero section
This commit is contained in:
parent
f16988fae8
commit
9319ee7d52
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue