We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4fc3e commit 3c6197cCopy full SHA for 3c6197c
blog/_includes/meta.html
@@ -94,6 +94,10 @@
94
<meta name="twitter:image:alt" content="{{ site.name }} - {{ site.description }}" />
95
{% endif %}
96
97
+<!-- Additional Twitter Card properties for large image -->
98
+<meta name="twitter:image:width" content="1200" />
99
+<meta name="twitter:image:height" content="630" />
100
+
101
<!-- Additional SEO Meta Tags -->
102
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
103
0 commit comments