From 2417a6b7603524dc5cd30d29b153f91024b9443d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 1 Nov 2023 22:54:27 +0100 Subject: Move to Jekyll --- _layouts/post.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..c1432fa --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,14 @@ +--- +layout: base +--- + +
+

{{ page.title }}

+

{{ page.type }}, {{ page.date | date: '%B %d, %Y' }} on {{ site.author }}'s blog

+
+ {{ content }} +
+
+ +
+{% include webring.html %} -- cgit v1.2.3