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 %> -
-