Skip to content

Commit ea65406

Browse files
committed
testing commit
1 parent dac3933 commit ea65406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
<meta property="og:description" content="{{ section.description }}" />
2727
{%endif%}
2828
{% if page %}
29-
<meta property="og:url" content="{{ page.url }}" />
29+
<meta property="og:url" content="https://quackdoc.github.io/blog/hidden-jxl-benefits/" />
3030
{%if page.title%}
31-
<title>{{ page.title }}</title>
32-
<meta property="og:title" content="{{ page.title }}" />
31+
<title>{{ page.title }}</title>
32+
<meta property="og:title" content="{{ page.title }}" />
3333
{%endif%}
3434
{% if page.description %}
3535
<!--meta name="description" content="{{ page.description}}" /-->

0 commit comments

Comments
 (0)