forked from Git/hugo-story
2023 Updates
This commit is contained in:
12
exampleSite/layouts/partials/items.html
Normal file
12
exampleSite/layouts/partials/items.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!-- Items -->
|
||||
<section class="wrapper style1 align-center">
|
||||
<div class="inner">
|
||||
{{ with .title }}<h2>{{ . }}</h2>{{ end }}
|
||||
{{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }}
|
||||
<div class="items {{ .style }}">
|
||||
{{ range .items }}
|
||||
{{ partial "item" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user