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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git

commit d82872ae4f892b8aa5f56457ccb16a6b437e152d
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Dec 2 16:55:50 2025 +0000

    show date and short description on generated news item pages
---
 src/_layouts/news.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/_layouts/news.md b/src/_layouts/news.md
index b52481c8d..0f62c0837 100644
--- a/src/_layouts/news.md
+++ b/src/_layouts/news.md
@@ -4,4 +4,8 @@ layout: default_md
 
 [News](/news) > [{{page.title}}]({{page.url}})
 
-{{content}}
\ No newline at end of file
+<span class="text-secondary"> {{ page.release_date | date_to_string: 
"ordinal", "US"}}</span>
+<br/>
+{{ page.shortDescription }}
+
+{{content}}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to