Initial commit: Fat Kiss site — Hugo + Decap CMS
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div class="grid-3" style="margin-top:var(--fk-space-xl)">
|
||||
{{ range .Pages }}
|
||||
{{ partial "product-card.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user