From f4e1ec81e25fca3ce93ab40627530937f184138a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 26 May 2024 19:23:26 -0700 Subject: [PATCH] Cleanup html --- doc/_templates/layout.html | 37 ++++++++++++++++----------------- doc/basic-bootstrap/layout.html | 24 ++++++++------------- 2 files changed, 27 insertions(+), 34 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 715d2445..eb673fb3 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,21 +1,20 @@ {% extends "!layout.html" %} -{% block extrahead %} - - - - - -{# Google Analytics #} - - -{% endblock %} +{%- block extrahead %} + + + + + + {# Google Analytics #} + + +{%- endblock %} {%- macro searchform(classes, button) %}