schliesspendel-site/themes/schliesspendel/layouts/partials/header.html
2018-01-09 18:44:05 +00:00

18 lines
524 B
HTML

<section class="header">
<h2 class="title">{{ .Title }}</h2>
{{ with .Site.Params.Header.button }}
<a class="button button-primary" href="{{ .link }}">{{ .text }}</a>
{{ end }}
</section>
<div class="container">
<section class="features">
<div class="value-props row">
{{ range .Site.Params.Header.feature }}
<div class="four columns value-prop">
<img class="value-img" src="{{ .image | relURL }}">
{{ .description | safeHTML }}
</div>
{{ end }}
</div>
</section>