From feec3a353d135d814f9d334d3f174696b36ebe8a Mon Sep 17 00:00:00 2001 From: htrgouvea Date: Fri, 17 Jan 2025 14:18:31 +0300 Subject: [PATCH] fix code style --- _layouts/default.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2b914b1c89..ad3be66f94 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,20 +5,17 @@ {%- include head.html -%} + + {%- include header.html -%} - +
+
+ {{ content }} +
+
- {%- include header.html -%} + {%- include footer.html -%} + {%- include scripts.html -%} -
-
- {{ content }} -
-
- - {%- include footer.html -%} - {%- include scripts.html -%} - - - - + + \ No newline at end of file