From 1ab98bf97674662c44492c99371328640054b4a9 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Sat, 29 Nov 2025 20:48:12 -0800 Subject: [PATCH 1/4] html validation fixup --- content/theme/templates/footer.html | 1 - content/theme/templates/page.html | 28 +--------------------------- content/theme/templates/post.html | 28 ++++++++++++++++++++++++++++ content/theme/templates/styles.html | 6 +++--- 4 files changed, 32 insertions(+), 31 deletions(-) create mode 100644 content/theme/templates/post.html diff --git a/content/theme/templates/footer.html b/content/theme/templates/footer.html index f09d384..aba8504 100644 --- a/content/theme/templates/footer.html +++ b/content/theme/templates/footer.html @@ -7,4 +7,3 @@

- diff --git a/content/theme/templates/page.html b/content/theme/templates/page.html index 3eff0ee..d6f1fd3 100644 --- a/content/theme/templates/page.html +++ b/content/theme/templates/page.html @@ -16,33 +16,7 @@ {% include "footer.html" %} - - + {% include "post.html" $} {% endblock %} diff --git a/content/theme/templates/post.html b/content/theme/templates/post.html new file mode 100644 index 0000000..dc1351d --- /dev/null +++ b/content/theme/templates/post.html @@ -0,0 +1,28 @@ + + + diff --git a/content/theme/templates/styles.html b/content/theme/templates/styles.html index bb23919..8a694a6 100644 --- a/content/theme/templates/styles.html +++ b/content/theme/templates/styles.html @@ -7,7 +7,7 @@ - + - From 4fa8c8202640c86c51d9c710406300cb3418f885 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Sat, 29 Nov 2025 20:53:07 -0800 Subject: [PATCH 2/4] OF - typo --- content/theme/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/theme/templates/page.html b/content/theme/templates/page.html index d6f1fd3..e59cc2e 100644 --- a/content/theme/templates/page.html +++ b/content/theme/templates/page.html @@ -16,7 +16,7 @@ {% include "footer.html" %} - {% include "post.html" $} + {% include "post.html" %} {% endblock %} From 3583381ca14b229c9b295f67997716f0f35d5d54 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Sat, 29 Nov 2025 20:58:38 -0800 Subject: [PATCH 3/4] br format --- content/theme/templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/theme/templates/footer.html b/content/theme/templates/footer.html index aba8504..1fae753 100644 --- a/content/theme/templates/footer.html +++ b/content/theme/templates/footer.html @@ -2,7 +2,7 @@

- Copyright {{ CURRENTYEAR }}, The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+ Copyright {{ CURRENTYEAR }}, The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache® and the Apache feather logo are trademarks of The Apache Software Foundation.

From cb95d4224219d087accb066a2eee50a987c24bab Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Sat, 29 Nov 2025 21:00:44 -0800 Subject: [PATCH 4/4] html5 style --- content/theme/templates/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/theme/templates/menu.html b/content/theme/templates/menu.html index 08b866c..ede5da1 100644 --- a/content/theme/templates/menu.html +++ b/content/theme/templates/menu.html @@ -1,7 +1,7 @@