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 dac3933 commit ea65406Copy full SHA for ea65406
templates/blog.html
@@ -26,10 +26,10 @@
26
<meta property="og:description" content="{{ section.description }}" />
27
{%endif%}
28
{% if page %}
29
- <meta property="og:url" content="{{ page.url }}" />
+ <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 }}" />
+ <title>{{ page.title }}</title>
+ <meta property="og:title" content="{{ page.title }}" />
33
34
{% if page.description %}
35
<!--meta name="description" content="{{ page.description}}" /-->
0 commit comments