forked from Git/hugo-story
1
0
Fork 0

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

This commit is contained in:
Olivier 2023-07-02 00:06:10 +02:00
parent afaa1fad2c
commit 868645b1a4
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<!-- Gallery -->
<section class="wrapper style1 align-center" {{ with .id }} id="{{ . }}"{{ end }}>
<div class="inner">
<h2>{{ .title }}</h2>
<p>{{ .content | safeHTML }}</p>
</div>
<!-- Gallery -->
<div class="gallery {{ .style }}">
{{ range .pictures }}
{{ partial "picture" . }}
{{ end }}
</div>
</section>