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 fe82b94 commit e8b4c88Copy full SHA for e8b4c88
_includes/headertop.html
@@ -16,7 +16,7 @@
16
<meta property="og:type" content="{% if page.url == '/' %}website{% else %}article{% endif %}"/>
17
<meta property="og:url" content="{{ site.url }}{{ page.url }}"/>
18
<meta property="og:image" content="{{ site.url }}/resources/img/scala-spiral-3d-2-toned-down.png"/>
19
- {% if page.title %}<meta property="og:title" content="{{ page.title }}"/>{% endif %}
+ <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{site.title}}{% endif %}"/>
20
{% if page.description %}<meta property="og:description" content="{{ page.description }}"{% endif %}
21
22
<meta name="twitter:card" content="summary"/>
0 commit comments