From de9a2864f0bc2120975d6e9489febfc6172b116c Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Mon, 11 May 2020 16:48:33 +0200 Subject: [PATCH] Move custom style to its own file --- _includes/custom_style.html | 141 ++++++++++++++++++++++++++++++++++++ _layouts/page.html | 2 + index.html | 102 -------------------------- 3 files changed, 143 insertions(+), 102 deletions(-) create mode 100644 _includes/custom_style.html diff --git a/_includes/custom_style.html b/_includes/custom_style.html new file mode 100644 index 0000000..8c93003 --- /dev/null +++ b/_includes/custom_style.html @@ -0,0 +1,141 @@ + diff --git a/_layouts/page.html b/_layouts/page.html index 43e03c9..f4341b3 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -7,5 +7,7 @@ {% include nav.html %} {{ content }} {% include footer.html %} + + {% include custom_style.html %} diff --git a/index.html b/index.html index b9268d2..e9fbdb5 100644 --- a/index.html +++ b/index.html @@ -255,105 +255,3 @@ title: Safing - -