mirror of
				https://github.com/caressofsteel/hugo-story.git
				synced 2025-11-04 07:45:29 +01:00 
			
		
		
		
	Merge pull request #29 from JHenneberg/fix/He/16
added id to gallery partial
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
<!-- Gallery -->
 | 
					<!-- Gallery -->
 | 
				
			||||||
<section class="wrapper style1 align-center">
 | 
					<section class="wrapper style1 align-center" {{ with .id }} id="{{ . }}"{{ end }}>
 | 
				
			||||||
    <div class="inner">
 | 
					    <div class="inner">
 | 
				
			||||||
        <h2>{{ .title }}</h2>
 | 
					        <h2>{{ .title }}</h2>
 | 
				
			||||||
        <p>{{ .content | safeHTML }}</p>
 | 
					        <p>{{ .content | safeHTML }}</p>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user