Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-10 16:31:05 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-10 16:31:05 +0300
commit651564e2e160a066ee907d659068ab11d97fdb82 (patch)
treeef491b4ed8280c6e394045a02873f770e8ca775f /layouts
parent3433aca0c40792044609e4cc49aea986255d3bb5 (diff)
Add twitter_cards to head
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index cbe7210..271af7b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -20,6 +20,7 @@
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/google_news.html" . }}
{{ template "_internal/schema.html" . }}
+ {{ template "_internal/twitter_cards.html" . }}
</head>
<body>
<div class="container">