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: '