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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-12 02:23:31 +0300
committeruPagge <git@upagge.ru>2021-03-12 02:23:31 +0300
commit8162beadf49ce6bfda3d83254fbed634a4955770 (patch)
tree8305e03b7d4adbcfce11d06f7eab1973468f943c /layouts/partials
parent7d5fe81a5d3a144dca86d8ebc0be798e42828b3e (diff)
twitter-card fix
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head/meta.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html
index 0862b83..40d9f7b 100644
--- a/layouts/partials/head/meta.html
+++ b/layouts/partials/head/meta.html
@@ -3,7 +3,6 @@
<meta name="Description" content="{{ $params.description | default .Site.Params.description }}">
{{- template "_internal/opengraph.html" . -}}
-{{- template "_internal/twitter_cards.html" . -}}
<meta name="application-name" content="{{ .Site.Params.app.title | default .Site.Title }}">
<meta name="apple-mobile-web-app-title" content="{{ .Site.Params.app.title | default .Site.Title }}">