Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hero.html « partials « layouts - github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1a22bf204596149d4645c305a738c41df7dd9e3 (plain)
1
2
3
4
5
6
7
8
9
10
{{ "<!-- BEGIN HERO PANEL -->" | safeHTML }}

<section class="hero-panel">
	<div class="wrapper">
		<h1>{{ .Site.Params.hero.herotitle }}</h1>
		<p>{{ .Site.Params.hero.herodiscription }}</p>
		<a href="" class="button primary">{{ .Site.Params.hero.btnblue }}</a>
		<a href="" class="button success">{{ .Site.Params.hero.btngreen }}</a>
	</div>
</section> {{ "<!-- END HERO PANEL -->" | safeHTML }}