mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	Merge pull request #42 from Lusitaniae/patch-1
Include open graph template in header
This commit is contained in:
		@@ -35,6 +35,7 @@
 | 
			
		||||
    {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
 | 
			
		||||
    {{ template "_internal/google_analytics_async.html" . }}
 | 
			
		||||
    {{ end }}
 | 
			
		||||
    {{ template "_internal/opengraph.html" . }}
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}">
 | 
			
		||||
    <header class="header">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user