forked from Git/hugo-story
1
0
Fork 0

Delete 'exampleSite/layouts/partials/items.html'

This commit is contained in:
Olivier 2023-07-02 00:06:28 +02:00
parent 0a18c2e578
commit 0ca4d5f39e
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<!-- 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>