You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ozgurkon-2020-site/layouts/kids/single.html

18 lines
405 B

{{ define "main" }}
<div class="kids">
<div class="hero" >
<div class="img" style="color: {{ .Params.color | default "#fff" }};background-image: url({{ .Params.image }})">
<div class="content">
<h1>
<span>{{ .Params.fullTitle }}</span>
<small>{{ .Params.brief }}</small>
</h1>
</div>
</div>
</div>
<section class="content">
{{ .Content }}
</section>
</div>
{{ end }}