mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-10 06:26:00 +02:00
Revert to using Hugo's own OpenGraph template
I had overridden Hugo's OpenGraph template to improve it, but those changes have been upstreamed in Hugo 0.19. We can use theirs now. See: https://github.com/spf13/hugo/pull/3073
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
{{ partial "opengraph.html" . }}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
|
||||
{{- with .Site.Params.google_verify_meta -}}
|
||||
|
Reference in New Issue
Block a user