File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,9 @@ kramdown:
215
215
atom_feed :
216
216
hide : true
217
217
218
+ twitter :
219
+ username : sngOSE
220
+
218
221
# https://jch.penibelst.de/
219
222
compress_html :
220
223
profile : true
Original file line number Diff line number Diff line change 47
47
{%- assign og_type = "website" -%}
48
48
{%- endif -%}
49
49
50
+ < meta name ="robots " content ="index, follow ">
51
+
50
52
< title > {{ seo_title | default: site.title }}{% if paginator %}{% unless paginator.page == 1 %} {{ title_separator }} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}{% endif %}</ title >
53
+ < meta itemprop ="name " content ="{{ seo_title | default: site.title }} ">
54
+ < meta itemprop ="description " content ="{{ seo_description }} ">
51
55
< meta name ="description " content ="{{ seo_description }} ">
52
56
53
57
{% if author.name %}
You can’t perform that action at this time.
0 commit comments