feat: Add social metadata for LD+JSON
This commit is contained in:
		@@ -57,3 +57,13 @@
 | 
			
		||||
    {{ else }}
 | 
			
		||||
    <meta name="keywords" content="{{ $.Site.Params.Keywords }}" />
 | 
			
		||||
    {{ end }}
 | 
			
		||||
 | 
			
		||||
    <script type="application/ld+json">
 | 
			
		||||
    {
 | 
			
		||||
      "@context": "http://schema.org/",
 | 
			
		||||
      "@type": "WebSite",
 | 
			
		||||
      "name": "{{ default .site.Title .Title }}",
 | 
			
		||||
      "image": "{{ .Site.Params.SocialImage }}",
 | 
			
		||||
      "about": "{{ $.Site.Params.description }}"
 | 
			
		||||
    }
 | 
			
		||||
    </script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user