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 797f0c8 commit 62ef7f0Copy full SHA for 62ef7f0
_includes/headertop.html
@@ -15,7 +15,7 @@
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 %}
+ <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{site.title}}{% endif %}"/>
19
{% if page.description %}<meta property="og:description" content="{{ page.description }}"{% endif %}
20
21
<meta name="twitter:card" content="summary"/>
0 commit comments