1
0
mirror of https://github.com/caressofsteel/hugo-story.git synced 2025-06-07 07:38:37 +02:00

added id to gallery partial

fixes issue 
This commit is contained in:
Henneberg 2022-07-29 20:04:46 +02:00
parent 21dd26dda2
commit c7d0045b0d

@ -1,5 +1,5 @@
<!-- Gallery -->
<section class="wrapper style1 align-center">
<section class="wrapper style1 align-center" {{ with .id }} id="{{ . }}"{{ end }}>
<div class="inner">
<h2>{{ .title }}</h2>
<p>{{ .content | safeHTML }}</p>