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 1cc98c173b8150d8d0c3ee8be3063f3e0453bfad
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Dec 6 12:14:00 2025 -0800

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

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