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/post.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to '_layouts/post.html') 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