fix: DockerSecretsResolver - don't normalize absolute paths like /var/www/html/...
Some checks failed
Deploy Application / deploy (push) Has been cancelled
Some checks failed
Deploy Application / deploy (push) Has been cancelled
This commit is contained in:
9
src/Framework/View/templates/components/cms/hero.html
Normal file
9
src/Framework/View/templates/components/cms/hero.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<section class="cms-hero" if="{{fullWidth}}" data-full-width="true">
|
||||
<div class="cms-hero-background" if="{{backgroundImage}}" style="background-image: url('{{backgroundImage}}');"></div>
|
||||
<div class="cms-hero-content">
|
||||
<h1 class="cms-hero-title" if="{{title}}">{{title}}</h1>
|
||||
<p class="cms-hero-subtitle" if="{{subtitle}}">{{subtitle}}</p>
|
||||
<a href="{{ctaLink}}" class="cms-hero-cta" if="{{ctaText}}">{{ctaText}}</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user