Welcome to mirror list, hosted at ThFree Co, Russian Federation.

excerpt.html « shortcodes « layouts - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc09f4724a5d0d954aaff27af24b53522ed6a36e (plain)
1
2
3
4
5
6
7
8

{{with .Get "hidden"}}
	{{if eq . "false"}}
		{{$.Inner | safeHTML}}			
	{{end}}
{{else}}
	{{.Inner | safeHTML}}
{{end}}