From 98c2bf4188269b6a4cc8adbdeaf7f6fe56155f34 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 14:12:06 +0400 Subject: Fixed a lot of minor bugs --- _includes/contacts.html | 6 +++--- _includes/head.html | 10 +++++----- _includes/links.html | 6 +++--- _includes/navbar.html | 8 ++------ _includes/posts.html | 6 +++--- _includes/reading-time.html | 2 +- 6 files changed, 17 insertions(+), 21 deletions(-) (limited to '_includes') diff --git a/_includes/contacts.html b/_includes/contacts.html index ef5c526..0eea581 100644 --- a/_includes/contacts.html +++ b/_includes/contacts.html @@ -3,9 +3,9 @@ + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 7a80b10..a526f66 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,16 +10,16 @@ {{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}} - + - + - + \ No newline at end of file diff --git a/_includes/links.html b/_includes/links.html index 116ff91..2fb95a1 100644 --- a/_includes/links.html +++ b/_includes/links.html @@ -3,9 +3,9 @@ + \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html index f2780ad..03fa97f 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,10 +1,6 @@ \ No newline at end of file diff --git a/_includes/posts.html b/_includes/posts.html index 48036dc..1dd5670 100644 --- a/_includes/posts.html +++ b/_includes/posts.html @@ -3,8 +3,8 @@ + \ No newline at end of file diff --git a/_includes/reading-time.html b/_includes/reading-time.html index de71601..dd1960e 100644 --- a/_includes/reading-time.html +++ b/_includes/reading-time.html @@ -3,5 +3,5 @@ {%- endcapture -%} {%- unless words contains '-' -%} -{{- words | plus: 150 | divided_by: 150 | append: ' min read' -}} +{{- words | plus: 150 | divided_by: 150 | append: ' min read' | xml_escape -}} {%- endunless -%} \ No newline at end of file -- cgit v1.2.3