mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-09-10 05:52:55 +02:00
Delete 'exampleSite/layouts/partials/gallery.html'
This commit is contained in:
@ -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>
|
|
Reference in New Issue
Block a user