+ <% posts_in_year(item[:academic_year]).each do |post| %>
+
+
+
+
+
+
+
-
- <%= post[:title] %>
++ <% if post[:author] %> + by <%= post[:author] %> + <% end %> +
-
+ <%= post[:created_at] %>
<%= post[:title] %> <%= post[:created_at] %>
<%= post[:description] %> ++ <%= post[:created_at] %>
+
+
+ <%= excerptize(post.reps[:text].compiled_content, length: 200).tr("\n", ' ')%>
+
+