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 f6b7eee commit 7bdd2e1Copy full SHA for 7bdd2e1
jekyll/_includes/head.html
@@ -34,12 +34,14 @@
34
35
</script>
36
37
- <meta name="twitter:title" content="{{ page.title }}">
+ <meta name="twitter:title" content="{{ page.title | default: site.title }}">
38
39
{% if page.is_post %}
40
<meta name="twitter:description" content="{{ page.excerpt | strip_html | normalize_whitespace }}">
41
+ <meta property="og:description" content="{{ page.excerpt | strip_html | normalize_whitespace }}">
42
{% else %}
43
<meta name="twitter:description" content="{{ site.description | normalize_whitespace }}">
44
+ <meta property="og:description" content="{{ site.description | normalize_whitespace }}">
45
{% endif %}
46
47
<meta name="twitter:site" content="@nim_lang">
0 commit comments