forked from oyd/ozgurkon-2021-site
parent
cdb62e5eb8
commit
aac2ffcb1b
@ -0,0 +1,18 @@ |
||||
{{ 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 }} |
@ -1 +1 @@ |
||||
Subproject commit b7d06fe276aeb052001a5c69305ed9ef508e40af |
||||
Subproject commit c48dc5783f37a6b2af8a4f273ee6e1e078b3d39a |
Loading…
Reference in new issue