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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2022-06-26 11:02:39 +0300
committerGitHub <noreply@github.com>2022-06-26 11:02:39 +0300
commit696760d95364abb6ed1f92cc9530fb515a2e0639 (patch)
treed333dfd689c9e441c9fb47c21c261db25614d585
parent8043892164058b207f38fd5ec5c899b01722ffb8 (diff)
parent3930fb3a4dfe4b120e005e3246fb8d38a2d2e8cd (diff)
Merge pull request #332 from sethiele/feat/twitter_card
Change Twitter Card from summary to summary_large_image
-rw-r--r--layouts/partials/seo/twitter.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/seo/twitter.html b/layouts/partials/seo/twitter.html
index 0eb1e9b..5f13317 100644
--- a/layouts/partials/seo/twitter.html
+++ b/layouts/partials/seo/twitter.html
@@ -7,7 +7,7 @@
{{- with .Params.share_img | default .Params.image | default .Site.Params.logo }}
<meta name="twitter:image" content="{{ . | absURL }}" />
{{- end }}
- <meta name="twitter:card" content="summary" />
+ <meta name="twitter:card" content="summary_large_image" />
{{- with .Site.Author.twitter }}
<meta name="twitter:site" content="@{{ . }}" />
<meta name="twitter:creator" content="@{{ . }}" />