This is an automated email from the ASF dual-hosted git repository.
mattrpav 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 57d9b39 Fix broken news link and front page formatting (#60)
57d9b39 is described below
commit 57d9b39feb374f09ba892d76cae789a529c427a5
Author: Lucas Tétreault <[email protected]>
AuthorDate: Wed Sep 1 12:21:25 2021 -0700
Fix broken news link and front page formatting (#60)
---
src/_includes/news.md | 2 +-
src/index.html | 1 +
src/{news.md => news/index.md} | 0
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/_includes/news.md b/src/_includes/news.md
index 6ee9f30..669c245 100644
--- a/src/_includes/news.md
+++ b/src/_includes/news.md
@@ -13,4 +13,4 @@
{% assign i = i | plus:1 %}
{% endfor %}
</div>
-
+</div>
diff --git a/src/index.html b/src/index.html
index 8c1fe96..008f10a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -88,6 +88,7 @@ layout: default
</div>
</div>
</div>
+</div>
<div class="row narative-alt">
<div class="col-12">
<div class="container">
diff --git a/src/news.md b/src/news/index.md
similarity index 100%
rename from src/news.md
rename to src/news/index.md