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-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cef528  Cleanup page templates (#77)
0cef528 is described below

commit 0cef5289d21b189a4c35dbb53690b3432401c128
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 08:33:19 2025 -0800

    Cleanup page templates (#77)
---
 content/theme/templates/article.html | 1 +
 content/theme/templates/blog.html    | 5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/content/theme/templates/article.html 
b/content/theme/templates/article.html
index 251bf1a..a70662c 100644
--- a/content/theme/templates/article.html
+++ b/content/theme/templates/article.html
@@ -17,6 +17,7 @@
 
     {% include "footer.html" %}
   </main>
+  {% include "post.html" %}
   </body>
 </html>
 {% endblock %}
diff --git a/content/theme/templates/blog.html 
b/content/theme/templates/blog.html
index 5890af4..098a0ac 100644
--- a/content/theme/templates/blog.html
+++ b/content/theme/templates/blog.html
@@ -11,16 +11,13 @@
     <body class="d-flex flex-column h-100">
     <main class="flex-shrink-0">
         <div>
-
             {% include "menu.html" %}
             {% include "breadcrumbs.html" %}
-
             {% include "blogindex.html" %}
-
             {% include "footer.html" %}
         </div>
     </main>
-    <script>hljs.initHighlightingOnLoad();</script>
+    {% include "post.html" %}
     </body>
     </html>
 {% endblock %}


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

Reply via email to