First commit
This commit is contained in:
9
themes/alpha-church/layouts/partials/banner.html
Normal file
9
themes/alpha-church/layouts/partials/banner.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<section id="banner">
|
||||
<h2>{{ .Site.Params.title }}</h2>
|
||||
<p>{{ .Site.Params.subtitle }}</p>
|
||||
<ul class="actions special">
|
||||
{{ range .Params.Banner.button }}
|
||||
<li><a href="{{ .url | relURL }}" class="button {{ .type }}">{{ .text }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
Reference in New Issue
Block a user