mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-06-23 16:28:24 +02:00
Revert to Hugo's own Twitter Cards partial
I had overridden it in the theme to improve the metadata generated by it. Hugo has accepted the changes upstream so we can use theirs now. See: https://github.com/spf13/hugo/pull/2984
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
{{ partial "opengraph.html" . }}
|
||||
{{ partial "twitter_cards.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
|
||||
{{- with .Site.Params.google_verify_meta -}}
|
||||
<meta name="google-site-verification" content="{{ . }}" />
|
||||
|
Reference in New Issue
Block a user