From 1cc8efbbd67676de81bd4d30275489e898ac24dc Mon Sep 17 00:00:00 2001 From: Benjamin Rombaut Date: Tue, 1 Nov 2016 18:55:33 +0000 Subject: [PATCH] Improved blog page with mobile menu, author and excerpt --- layouts/archive_page.erb | 55 ++++++++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/layouts/archive_page.erb b/layouts/archive_page.erb index 42a81fa..6893969 100644 --- a/layouts/archive_page.erb +++ b/layouts/archive_page.erb @@ -1,21 +1,6 @@ -
-
- <% posts_in_year(item[:academic_year]).each do |post| %> - -
-
-
-
-

<%= post[:title] %> <%= post[:created_at] %>

- <%= post[:description] %> -
-
-
-
-
- <% end %> -
-