You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<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>
|