diff --git a/content/css/blog.scss b/content/css/blog.scss
index 727df84..b42e030 100644
--- a/content/css/blog.scss
+++ b/content/css/blog.scss
@@ -192,7 +192,7 @@ p {
}
.blog-sidebar {
- padding: 0 15px 70px 15px;
+ padding: 100px 15px 70px 15px;
grid-column: 3 / 4;
grid-row: 2 / 3;
background-color: $white;//$gray-lighter;
diff --git a/content/index.html b/content/index.html
index b9d3a0f..dc38bac 100644
--- a/content/index.html
+++ b/content/index.html
@@ -159,60 +159,14 @@
Recent Updates and Highlights
-
-
ROS 2 Rolling Ridley
-
-
-
The bleeding edge of ROS 2
-
-
-
8/11/2021 - Katherine Scott
-
-
-
- It has been well over a
- year
- since we quietly rolled out the first rolling release for ROS 2
- under the codename Rolling Ridley. For those of you who are still
- unfamiliar with our rolling release, it is our new approach to
- synchronizing and releasing code. The ROS 2 Rolling Ridley release
- is simply the bleeding edge of ROS 2 development delivered at a
- regular cadence. Unlike our long term support (LTS) and off year
- releases, the Rolling Ridley release is essentially a snapshot of
- the most current branch of each ROS 2 repository. The advantage of
- this approach it that it gives package developers and easy way to
- keep up to date with all the new features that are constantly being
- added to ROS 2.
-
-
READ MORE
-
+
+
+
Recent ROS Discourse Posts
-
-
-
-
10/12/2021 - ROS Discourse
-
-
-
-
-
-
9/5/2021 - ROS Discourse
-
-
-
-
-
-
8/25/2021 - ROS Discourse
-
-
+
+
diff --git a/layouts/_head.html.erb b/layouts/_head.html.erb
index aabf024..3abc77a 100644
--- a/layouts/_head.html.erb
+++ b/layouts/_head.html.erb
@@ -23,6 +23,8 @@
href="https://www.ros.org/wp-content/uploads/2013/10/rosorg-favicon.png"
type="image/x-icon"
/>
+
+
diff --git a/layouts/blog/_sidebar.html.erb b/layouts/blog/_sidebar.html.erb
index 91eee16..50ef6ec 100644
--- a/layouts/blog/_sidebar.html.erb
+++ b/layouts/blog/_sidebar.html.erb
@@ -3,6 +3,9 @@