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:
authorMuhammad Panji <44004+sumodirjo@users.noreply.github.com>2022-08-28 12:12:58 +0300
committerGitHub <noreply@github.com>2022-08-28 12:12:58 +0300
commitf4ada764c2ad0526170533e01cc217a14c52eadb (patch)
tree1cc2a75dc589df663d4f207604aa74a600787b0b
parent8b556159d7d49da563efdc1e8fca8a7553280233 (diff)
Add Twitter Cards Support
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 7dafda3..f4f7b1a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -35,8 +35,8 @@ AUTHOR WEBSITE: https://themefisher.com
<meta property="og:image" content="{{ . | absURL }}" />
{{ end }}
{{ template "_internal/opengraph.html" . }}
-
+ {{ template "_internal/twitter_cards.html" . }}
<!-- google analytics -->
{{ template "_internal/google_analytics.html" . }}
-</head> \ No newline at end of file
+</head>