From 17de8b21e640551f543d4e4d6af6eb23b42fd750 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Fri, 29 Nov 2024 14:20:38 +0100 Subject: [PATCH] Add bootstrap, more shortcodes and initial dark mode --- layouts/partials/footer.html | 2 +- layouts/partials/head.html | 23 ++++++++++++++--------- layouts/partials/nav.html | 15 ++++++++------- layouts/partials/tags.html | 5 +++++ layouts/shortcodes/col.html | 1 + layouts/shortcodes/container.html | 1 + layouts/shortcodes/fontawesome.html | 6 ++++++ layouts/shortcodes/row.html | 1 + static/css/bootstrap.min.css | 7 +++++++ static/js/custom.js | 4 ++++ 10 files changed, 48 insertions(+), 17 deletions(-) create mode 100644 layouts/partials/tags.html create mode 100644 layouts/shortcodes/col.html create mode 100644 layouts/shortcodes/container.html create mode 100644 layouts/shortcodes/fontawesome.html create mode 100644 layouts/shortcodes/row.html create mode 100644 static/css/bootstrap.min.css create mode 100644 static/js/custom.js diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 94ab42c..d297f39 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@