From e68f7cf6c7fadb1bceea955a4caf40954d9b024e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 03:38:59 +0400 Subject: Moved actual template site --- _layouts/default.html | 17 +++++++++++++---- _layouts/page.html | 8 +------- _layouts/post.html | 32 +++++++++++++++++++------------- 3 files changed, 33 insertions(+), 24 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index cabcd0b..ca65e32 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,10 +4,19 @@ layout: compress - {% include head.html %} - +{% include head.html %} + + +
+ {% include navbar.html %} +
+ +
{{ content }} - +
+ + {% include counter.html %} + - + \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index 32c9b9f..84f03f7 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,10 +2,4 @@ layout: default --- -
-
-

{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}

-
- - {{ content }} -
+{{ content }} \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 9aedb0b..9ff87ac 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,19 +2,25 @@ layout: default --- -
- - Published - - on - {{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }} - | - Permalink - +
+

{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}

-
-

{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}

-
+

+ + Posted + + by + Valentin Popov +  ‐ + {% include reading-time.html %} + +

+
+
{{ content }} -
+ + +
+ {% include comments.html %} +
\ No newline at end of file -- cgit v1.2.3