From 9104c84a906f79611109565f01d26425f224cf9b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 3 Jul 2024 16:14:56 -0700 Subject: simplify the layout Get rid of the navigation bar, remove a number of elements, put more things on the main page. Clean up the CSS. --- layouts/partials/footer.html | 32 -------------------------------- layouts/partials/head.html | 2 -- layouts/partials/header.html | 10 ---------- layouts/partials/postlist.html | 10 ---------- 4 files changed, 54 deletions(-) delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/header.html delete mode 100644 layouts/partials/postlist.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index 15d5311..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7de4fd4..39ef8aa 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,8 +9,6 @@ - - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 8f8156a..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,10 +0,0 @@ -
- -
diff --git a/layouts/partials/postlist.html b/layouts/partials/postlist.html deleted file mode 100644 index a08c016..0000000 --- a/layouts/partials/postlist.html +++ /dev/null @@ -1,10 +0,0 @@ - -- cgit v1.2.3