mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	add Description and Summary in JSON schema as in other templates
This commit is contained in:
		| @@ -62,7 +62,7 @@ | ||||
|   "@type": "BlogPosting", | ||||
|   "headline": {{ .Title | plainify}}, | ||||
|   "name": "{{ .Title | plainify }}", | ||||
|   "description": {{ .Summary | plainify | truncate 180 | safeHTML }}, | ||||
|   "description": {{ with .Description | plainify }}{{ . }}{{ else }}{{ .Summary | plainify  }}{{ end -}}, | ||||
|   "keywords": [ | ||||
|     {{- if .Params.keywords }} | ||||
|     {{ range $i, $e := .Params.keywords }}{{ if $i }}, {{ end }}{{ $e }}{{ end }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange