feat: remove header_link, adjust hero scroll to next, fix some html errors
This commit is contained in:
parent
e9f086fc22
commit
9f6cfb145e
6 changed files with 50 additions and 22 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<f:section name="Main">
|
||||
<div class="card-container">
|
||||
<f:if condition="{data.header}">
|
||||
<h2><f:format.html parseFuncTSPath="lib.parseFunc_RTE">{data.header}</f:format.html></h2>
|
||||
<h2>{data.header}</h2>
|
||||
</f:if>
|
||||
<f:if condition="{data.bodytext}">
|
||||
<f:then>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue