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 fe99e19 commit 3694757Copy full SHA for 3694757
templates/blog.html
@@ -14,8 +14,9 @@
14
15
<!-- open gragh stuff-->>
16
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
17
- <meta name="og:title" content="{{ config.title }}" />
18
-
+ <!--meta name="og:title" content="{{ config.title }}" /-->
+ <meta name="og:site_name" content="Quackdoc's Blog" />
19
+ <meta property="og:url" content="https://quackdoc.github.io/" />
20
<meta property="og:type" content="website" />
21
<meta property="og:site_name" content="Quackdoc's Blog" />
22
{%if section.title%}
0 commit comments