Skip to content

Commit 8993697

Browse files
committed
test commit 2
1 parent ea65406 commit 8993697

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/blog.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<meta property="og:type" content="website" />
1818
<meta property="og:site_name" content="QuacksBlog" />
19-
19+
<meta property="og:url" content="https://quackdoc.github.io/blog/" />
2020
{%if section.title%}
2121
<title>{{ section.title }}</title>
2222
<meta property="og:title" content="{{ section.title }}" />
@@ -26,7 +26,6 @@
2626
<meta property="og:description" content="{{ section.description }}" />
2727
{%endif%}
2828
{% if page %}
29-
<meta property="og:url" content="https://quackdoc.github.io/blog/hidden-jxl-benefits/" />
3029
{%if page.title%}
3130
<title>{{ page.title }}</title>
3231
<meta property="og:title" content="{{ page.title }}" />

0 commit comments

Comments
 (0)