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/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _layouts/index.html (limited to '_layouts/index.html') diff --git a/_layouts/index.html b/_layouts/index.html new file mode 100644 index 0000000..3ce3d8f --- /dev/null +++ b/_layouts/index.html @@ -0,0 +1,10 @@ +--- +layout: base +--- + +
+ {{ content }} + +
+ {% include webring.html %} +
-- cgit v1.2.3