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


The following commit(s) were added to refs/heads/main by this push:
     new 1bbe355  make news page styling consistent with other general pages
1bbe355 is described below

commit 1bbe35537878e9c339e6d556d99ca5a66a044257
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Sep 2 13:59:20 2021 +0100

    make news page styling consistent with other general pages
---
 _config.yml            | 4 ++--
 src/_news/news-feed.md | 4 ++--
 src/news/index.md      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_config.yml b/_config.yml
index 52ef89a..fa032d8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -64,8 +64,8 @@ defaults:
       type: "news"
     values:
       layout: "news"
-      title-class: page-title-activemq5
-      type: activemq5
+      title-class: page-title-main
+      type: main
 
 markdown: kramdown
 highlighter: rouge
diff --git a/src/_news/news-feed.md b/src/_news/news-feed.md
index 25c27fa..12cc638 100644
--- a/src/_news/news-feed.md
+++ b/src/_news/news-feed.md
@@ -2,7 +2,7 @@
 release_date: 2021-08-30
 title: ActiveMQ News Feed
 shortDescription: Checkout the new news feed!
-title-class: page-title-activemq5
-type: activemq5
+title-class: page-title-main
+type: main
 ---
 The ActiveMQ website now has this handy dandy <a 
href="{{site.baseurl}}/news">news feed</a> where you'll find the latest 
releases, CVEs, blogs, articles, roadmaps, etc.
diff --git a/src/news/index.md b/src/news/index.md
index 5fed1eb..d39eeb8 100644
--- a/src/news/index.md
+++ b/src/news/index.md
@@ -1,8 +1,8 @@
 ---
 layout: default_md
 title: News 
-title-class: page-title-activemq5
-type: activemq5
+title-class: page-title-main
+type: main
 ---
 
 [Home](/) > [News](/news)

Reply via email to