From 9725b6814f3132f11c4b1355f013e33312398fd9 Mon Sep 17 00:00:00 2001 From: eniamza Date: Wed, 24 Jun 2020 17:32:16 +0600 Subject: [PATCH] update: default.html --- _layouts/default.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index e69de29..5e70085 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -0,0 +1,13 @@ + + + + {% include head.html %} + + + + {% include header.html %} + {% include footer.html %} + {% include js.html %} + + + \ No newline at end of file