mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Add Veteran Owned Badge
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{{ define "main" }}
|
||||
<main class="text-primary-800 dark:gray-400">
|
||||
{{ if ( .Page.Params.hero.enable ) }}
|
||||
<section class="hero h-screen flex justify-center">
|
||||
<section class="hero flex justify-center">
|
||||
<div class="h-full flex">
|
||||
<div class=" align-middle px-4 my-auto">
|
||||
{{ partial "hero/heading" . }}
|
||||
{{ partial "hero/slider" . }}
|
||||
{{ if ( .Page.Params.hero.wordSlider.enable ) }}
|
||||
{{ partial "hero/slider" . }}
|
||||
{{ end }}
|
||||
{{ partial "hero/tagline" . }}
|
||||
{{ partial "hero/veteran" . }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user