Merge pull request #42 from Lusitaniae/patch-1
Include open graph template in header
This commit is contained in:
commit
c4a6ccb134
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue