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 ea65406 commit 8993697Copy full SHA for 8993697
templates/blog.html
@@ -16,7 +16,7 @@
16
17
<meta property="og:type" content="website" />
18
<meta property="og:site_name" content="QuacksBlog" />
19
-
+ <meta property="og:url" content="https://quackdoc.github.io/blog/" />
20
{%if section.title%}
21
<title>{{ section.title }}</title>
22
<meta property="og:title" content="{{ section.title }}" />
@@ -26,7 +26,6 @@
26
<meta property="og:description" content="{{ section.description }}" />
27
{%endif%}
28
{% if page %}
29
- <meta property="og:url" content="https://quackdoc.github.io/blog/hidden-jxl-benefits/" />
30
{%if page.title%}
31
<title>{{ page.title }}</title>
32
<meta property="og:title" content="{{ page.title }}" />
0 commit comments