From 1d000946313c5758b2935ed8cc9a64858172ff74 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Tue, 27 Feb 2018 12:51:53 +0100 Subject: Use relative urls --- _layouts/random-project.html | 3 ++- _layouts/slides.html | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to '_layouts') diff --git a/_layouts/random-project.html b/_layouts/random-project.html index 4c7f650..bae9a24 100644 --- a/_layouts/random-project.html +++ b/_layouts/random-project.html @@ -1,5 +1,6 @@ --- --- +{% include relBase.html %} {% include head.html %} @@ -7,7 +8,7 @@ {% if page.branding == true %}
Random Project
diff --git a/_layouts/slides.html b/_layouts/slides.html index db2243a..47be94e 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -1,9 +1,10 @@ +{% include relBase.html %} {{ page.title }} - + {% for style in page.styles %} @@ -11,7 +12,7 @@ {{ content }} - + {% for script in page.scripts %} {% endfor %} -- cgit v1.1