From ec7a378648c349ffc33eb7dbe94d2c2a95c8ff5c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 14 Jun 2018 13:01:23 -0400 Subject: [PATCH] Relocate news section --- _layouts/main.html | 24 ++++++++---------------- stylesheets/stylesheet.css | 4 ---- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index c93158ed..66190caf 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -63,23 +63,15 @@
-
-

Recent News

- {% for post in site.posts limit:3 %} -

- {{ post.title }} -

- {{post.date | date: "%b %d %Y" }} - {{ post.excerpt }} - {% endfor %} -
{{ content }} +

Recent News

+ {% for post in site.posts limit:3 %} +

+ {{ post.title }} +

+ {{post.date | date: "%b %d %Y" }} + {{ post.excerpt }} + {% endfor %}
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 0b94f548..c262bb60 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -437,10 +437,6 @@ Small Device Styles font-size:14px; } - #recent-news { - display: none; - } - #downloads { display: none; }