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 b0a35dd commit 797f0c8Copy full SHA for 797f0c8
_includes/headertop.html
@@ -13,6 +13,8 @@
13
<meta name="viewport" content="width=device-width, initial-scale=1">
14
15
<meta property="og:site_name" content="{{ site.title }}"/>
16
+ <meta property="og:type" content="{% if page.url == '/' %}website{% else %}article{% endif %}"/>
17
+ <meta property="og:image" content="{{ site.url }}/resources/img/scala-spiral-3d-2-toned-down.png"/>
18
{% if page.title %}<meta property="og:title" content="{{ page.title }}"/>{% endif %}
19
{% if page.description %}<meta property="og:description" content="{{ page.description }}"{% endif %}
20
0 commit comments