From 2fdc6677dca36631ccd8d7d54141fce26dcb60bc Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Thu, 30 Nov 2023 15:30:18 +0300 Subject: [PATCH] Fix layouts Signed-off-by: Ivan Bushchik --- _config.yml | 7 +++++++ _layouts/default.html | 9 ++++++--- about.md | 1 - blog/index.html | 2 +- index.md | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 424af04..80c3e6b 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,13 @@ plugins: markdown: kramdown +social: + name: Ivan Bushchik + links: + - https://github.com/ivabus + - https://social.treehouse.systems/@ivabus + - https://vk.com/ivabus + kramdown: input: GFM syntax_highlighter: rouge diff --git a/_layouts/default.html b/_layouts/default.html index 3119877..d44ad6f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,10 +2,11 @@ - + - - {% seo %} + + {% seo title=false %} + {% if page.name != "index.md" %}{{page.title}} | {% endif %}{{site.name}} @@ -52,5 +53,7 @@
+ + diff --git a/about.md b/about.md index fa26244..d836a1b 100644 --- a/about.md +++ b/about.md @@ -37,4 +37,3 @@ I'm usually known as `ivabus` online. Below are some of the accounts where I pub ## Offtopic - [Devoted to fumo telegram channel](https://ивабус.рф/фумо) - diff --git a/blog/index.html b/blog/index.html index 924f137..37dc628 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,7 +14,7 @@ title: "Blog"

{{ post.summary }}

{% endif %} {% if post.img %} - + {% endif %} {% endfor %} diff --git a/index.md b/index.md index 9835f19..485676b 100644 --- a/index.md +++ b/index.md @@ -3,4 +3,4 @@ layout: default title: Ivan Bushchik --- -{% include_relative abouttext.md %} \ No newline at end of file +{% include_relative abouttext.md %}