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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-02-23 23:48:51 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-02-23 23:48:51 +0300
commit237e5c5a8babefb7f38a42e687ce9eda09c9b767 (patch)
treea5f22006db2aae055b519647d379e0cbb34f89fd /layouts
parentb8d297f4b30263febd63206918ae03fd95d44737 (diff)
Add twitter cards template
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fc28d02..60e03c6 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -15,6 +15,7 @@
<link href="/css/style.css" rel="stylesheet">
<link href="/css/style-responsive.css" rel="stylesheet" />
<link href="/css/monokai_sublime.css" rel="stylesheet" />
+ {{ template "_internal/twitter_cards.html" . }}
</head>