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

github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examplesite/themes/hugof/layouts/partials/hero.html')
-rw-r--r--examplesite/themes/hugof/layouts/partials/hero.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/examplesite/themes/hugof/layouts/partials/hero.html b/examplesite/themes/hugof/layouts/partials/hero.html
new file mode 100644
index 0000000..c1a22bf
--- /dev/null
+++ b/examplesite/themes/hugof/layouts/partials/hero.html
@@ -0,0 +1,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 }}