1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-09 22:16:01 +02:00

Import Hugo's Twitter cards partial from tpl/template_embedded.go

I want to see if I can improve the metadata here.
This commit is contained in:
2017-01-23 14:51:44 +02:00
parent 527bc0d824
commit a709b3b6a2
2 changed files with 18 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{{ partial "opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{ partial "twitter_cards.html" . }}
{{- with .Site.Params.google_verify_meta -}}
<meta name="google-site-verification" content="{{ . }}" />