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

github.com/themefisher/persian-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehedi Sharif Titas <mehedishariftitas@gmail.com>2022-08-29 06:05:06 +0300
committerGitHub <noreply@github.com>2022-08-29 06:05:06 +0300
commit8e3cc3f14b1e2d73c1d3aa70e27901e8ca7bbe38 (patch)
treefcfe7878ef35ed19fd5b0b25394e1826c3c7d0b3
parent0423d648b8e7fbb7b00bc0710681ca737c777118 (diff)
parentf4ada764c2ad0526170533e01cc217a14c52eadb (diff)
Merge pull request #21 from sumodirjo/patch-2
Add Twitter Cards Support
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 74b68aa..c24fefd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -35,7 +35,7 @@ AUTHOR WEBSITE: https://themefisher.com
<meta property="og:image" content="{{ . | absURL }}" />
{{ end }}
{{ template "_internal/opengraph.html" . }}
-
+ {{ template "_internal/twitter_cards.html" . }}
<!-- google analytics -->
{{ if hasPrefix .Site.GoogleAnalytics "G-" -}}
{{ template "_internal/google_analytics.html" . -}}