From a4c89efcb0af3889a55ee8a3e9c452e97d8e57e4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Nov 2020 12:32:10 +0530 Subject: [PATCH] fix indentation --- manual/templates/layout.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manual/templates/layout.html b/manual/templates/layout.html index 5a1b840b59..67c93c8032 100644 --- a/manual/templates/layout.html +++ b/manual/templates/layout.html @@ -181,17 +181,17 @@ {%- if render_sidebar %}
{%- endif %} - {% if not embedded %} -
-
-
- -
-
- {% endif %} - {% block body %} {% endblock %} + {% if not embedded %} +
+
+
+ +
+
+ {% endif %} + {% block body %} {% endblock %}
{%- if render_sidebar %}