mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 11:25:26 +01:00 
			
		
		
		
	Add safeHTML to post_meta
				
					
				
			- delimit now returns a string and not a template.HTML from hugo v0.120.0 - no impact found with min req version for Papermod https://github.com/gohugoio/hugo/releases/tag/v0.120.0 fixes #1325
This commit is contained in:
		| @@ -19,5 +19,5 @@ | |||||||
| {{- end }} | {{- end }} | ||||||
|  |  | ||||||
| {{- with ($scratch.Get "meta") }} | {{- with ($scratch.Get "meta") }} | ||||||
| {{- delimit . " · " -}} | {{- delimit . " · " | safeHTML -}} | ||||||
| {{- end -}} | {{- end -}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange