From d2005080b204b8486d968c09867981932dbfdb7d Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 17 Oct 2022 20:41:58 +0100 Subject: [PATCH] apply indentation formatting to /layouts/default.html template. I was faffing in this file and had Emacs do a quick re-indentation (with web-mode) enabled. I don't think I have touched this file since installing web-mode. --- templates/layouts/default.html | 60 ++++++++++++++++------------------ 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 4ef19c5..cc23af0 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -1,34 +1,32 @@ - - - {% block title %}{% endblock %} - - - - - - - - - {% lisp (insert-snippet "site-wide-snippet.html") %} - - - {% include "/layouts/header.html" %} - {% block content %}{% endblock %} - {% include "/layouts/footer.html" %} - + + + {% block title %}{% endblock %} + + + + + + + + + {% lisp (insert-snippet "site-wide-snippet.html") %} + + + {% include "/layouts/header.html" %} + {% block content %}{% endblock %} + {% include "/layouts/footer.html" %} +