schliesspendel-site/themes/schliesspendel/layouts/partials/header.html
2017-11-05 10:57:28 +00:00

16 lines
443 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 }}
<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>