mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	| @@ -2,7 +2,7 @@ | ||||
| <script type="application/ld+json"> | ||||
| { | ||||
|   "@context": "https://schema.org", | ||||
|   "@type": "{{- ( .Site.Params.schema.publisherType | default "Organization") | humanize -}}", | ||||
|   "@type": "{{- ( .Site.Params.schema.publisherType | default "Organization") | title -}}", | ||||
|   "name": {{ .Site.Title }}, | ||||
|   "url": {{ .Site.BaseURL }}, | ||||
|   "description": {{ .Site.Params.description | plainify | truncate 180 | safeHTML }}, | ||||
| @@ -105,7 +105,7 @@ | ||||
|     "@id": {{ .Permalink | safeHTML }} | ||||
|   }, | ||||
|   "publisher": { | ||||
|     "@type": "{{- ( .Site.Params.schema.publisherType | default "Organization") | humanize -}}", | ||||
|     "@type": "{{- ( .Site.Params.schema.publisherType | default "Organization") | title -}}", | ||||
|     "name": {{ .Site.Title }}, | ||||
|     "logo": { | ||||
|       "@type": "ImageObject", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange