File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 }} " />
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) }}
You can’t perform that action at this time.
0 commit comments