From 79e9421debae7d8f2e9f0764a9f2bec1499f7451 Mon Sep 17 00:00:00 2001 From: Luke Seers <16389426+LukeSeers@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:13:00 +0200 Subject: [PATCH] Update layout page styling --- _layouts/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/page.html b/_layouts/page.html index 2e22205..0b03dbf 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,7 +3,7 @@ {% include head.html %} - + {% include nav.html %} {{ content }} {% include footer.html %}