mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2024-12-22 01:25:07 +01:00
c7d0045b0d
fixes issue #16
14 lines
374 B
HTML
14 lines
374 B
HTML
<!-- 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> |