From 8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 19 Apr 2022 00:24:23 +0300 Subject: reimplement website using shell scripts major change, i know. now i'm using ssg and rssg by roman zolotarev. okay, well, not exactly. ssg is modified to generate pages for gemini too. it's hard to maintain two different things simultaneously. bye-bye jekyll! --- _layouts/default.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index f81a645..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - {{ page.title }} - {{ site.title }} - {% feed_meta %} - - - - - {% include navigation.html %} -
- {{ content }} -
- {% include footer.html %} - - -- cgit v1.2.3