Skip to content

Commit dac3933

Browse files
committed
try again
1 parent f04fa2a commit dac3933

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/blog.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414

1515
<!-- open gragh stuff-->>
1616

17-
<meta name="og:site_name" content="Quackdoc's Blog" />
18-
<meta property="og:url" content="https://quackdoc.github.io/" />
1917
<meta property="og:type" content="website" />
20-
<meta property="og:site_name" content="Quackdoc's Blog" />
18+
<meta property="og:site_name" content="QuacksBlog" />
19+
2120
{%if section.title%}
2221
<title>{{ section.title }}</title>
2322
<meta property="og:title" content="{{ section.title }}" />
@@ -27,6 +26,7 @@
2726
<meta property="og:description" content="{{ section.description }}" />
2827
{%endif%}
2928
{% if page %}
29+
<meta property="og:url" content="{{ page.url }}" />
3030
{%if page.title%}
3131
<title>{{ page.title }}</title>
3232
<meta property="og:title" content="{{ page.title }}" />
@@ -90,8 +90,7 @@ <h1 align="center">
9090
{% if config.extra.after_dark_title %}
9191
<header>
9292
<h1>{{ config.extra.after_dark_title }}</h1>
93-
<h1>AAAAAAAAAAAAAAAAAAA</h1>
94-
</header>
93+
</header>
9594
{% endif %}
9695
{% for page in paginator.pages %}
9796
{{ post_macros::page_in_list(page=page) }}

0 commit comments

Comments
 (0)