Skip to content

Commit

Permalink
fix small oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Quackdoc committed Feb 6, 2024
1 parent fe99e19 commit 3694757
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

<!-- open gragh stuff-->>
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
<meta name="og:title" content="{{ config.title }}" />

<!--meta name="og:title" content="{{ config.title }}" /-->
<meta name="og:site_name" content="Quackdoc's Blog" />
<meta property="og:url" content="https://quackdoc.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Quackdoc's Blog" />
{%if section.title%}
Expand Down

0 comments on commit 3694757

Please sign in to comment.