Merge pull request #29 from JHenneberg/fix/He/16

added id to gallery partial
This commit is contained in:
⚔️ DR ⚔️ 2022-08-02 19:04:56 -04:00 committed by GitHub
commit ed06e518fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>