This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new b86ac09 djlint has unfortunate issues
b86ac09 is described below
commit b86ac097fbfb0914a28ead8a3c05cbea6fa2b671
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Dec 8 13:39:48 2025 -0800
djlint has unfortunate issues
---
atr/templates/layouts/base.html | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index 476b78f..9d05757 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -5,10 +5,7 @@
<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>
+ <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]