From f49aabecfce0bc354897bd7d8df02c43dc5f3ce9 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Thu, 8 Apr 2021 22:30:04 -0500 Subject: [PATCH] :tractor: Refactors configs and layouts --- _config.yml | 1 + _includes/footer.html | 2 -- _includes/header.html | 18 ------------------ _layouts/default.html | 23 ++++++++++++++++++++--- justfile | 3 ++- 5 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 _includes/footer.html delete mode 100644 _includes/header.html diff --git a/_config.yml b/_config.yml index cedc7c4..cb09e26 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,7 @@ exclude: - LICENSE - Makefile - modd.conf + - node_modules - package*.json - postcss.config.js - src diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 308b1d0..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index b040304..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - Awesome Django - -{% if jekyll.environment == 'development' %} - -{% else %} - -{% endif %} - - - - Fork me on GitHub - - diff --git a/_layouts/default.html b/_layouts/default.html index 3b422a6..f48b684 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,10 +1,27 @@ --- --- + + + + + + Awesome Django + +{% if jekyll.environment == 'development' %} + +{% else %} + +{% endif %} + -{% include header.html %} + + Fork me on GitHub + +
- {{ content | replace: '