From 871dbd593ca05725af5da3a2b92be6897a20c56c Mon Sep 17 00:00:00 2001 From: Udit Patel Date: Sat, 27 Jun 2020 19:19:28 +0530 Subject: [PATCH] connect includes of head nav and footer --- _layouts/default.html | 100 +++++------------------------------------- 1 file changed, 11 insertions(+), 89 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index f8240a6..7761394 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,63 +1,14 @@ - - - - - LBRY Foundation + + {% include head.html %} + - - - - - - - - - - - - - - - - + + {% include nav.html %} +
@@ -81,40 +32,11 @@ {{ content }}
- -
-
-
- -
-
- © 2020 LBRY.org | LBRY Foundation -
-
-
- + + + {% include footer.html %} + +