Skip to content

Commit

Permalink
test commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quackdoc committed Feb 6, 2024
1 parent ea65406 commit 8993697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<meta property="og:type" content="website" />
<meta property="og:site_name" content="QuacksBlog" />

<meta property="og:url" content="https://quackdoc.github.io/blog/" />
{%if section.title%}
<title>{{ section.title }}</title>
<meta property="og:title" content="{{ section.title }}" />
Expand All @@ -26,7 +26,6 @@
<meta property="og:description" content="{{ section.description }}" />
{%endif%}
{% if page %}
<meta property="og:url" content="https://quackdoc.github.io/blog/hidden-jxl-benefits/" />
{%if page.title%}
<title>{{ page.title }}</title>
<meta property="og:title" content="{{ page.title }}" />
Expand Down

0 comments on commit 8993697

Please sign in to comment.