This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch top-navbar-bis
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git

commit f3c8e35d42c77596c82285ac3b52858a3a1d3d45
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Dec 7 12:57:10 2025 -0800

    Revert "Cleanup head data whitespace #372"
    
    This reverts commit ebc396f1ee60aacb0ea86a4c4f43717df36cc0dd.
---
 atr/templates/layouts/base.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index d2a8bec..94f0736 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -3,8 +3,12 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width,initial-scale=1.0" />
-    <meta name="description" content="{{ description }}" />
-    <title>{{ title }}</title>
+    <meta name="description"
+          content="{%- block description -%}{%- endblock description -%}" />
+    <title>
+      {% block title %}
+      {% endblock title %}
+    </title>
 
     <link rel="icon"
           type="image/x-icon"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to