diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 84874dc7c..58d631b80 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{- partial "header.html" . -}} {{ template "_internal/opengraph.html" . }} - + {{ template "_internal/twitter_cards.html" . }} {{ block "header" . }} {{ end }} diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html index 808c26c03..5b3c43fc6 100644 --- a/layouts/partials/opengraph.html +++ b/layouts/partials/opengraph.html @@ -10,3 +10,5 @@ + +{{ template "_internal/twitter_cards.html" . }}