From 9ccd8b6a094907600af0ece2368e7d3405d6ebdc Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Mon, 28 Apr 2014 11:18:56 +0200 Subject: reorganize content to fit new site structure --- source/calendar.html.erb | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 source/calendar.html.erb (limited to 'source/calendar.html.erb') diff --git a/source/calendar.html.erb b/source/calendar.html.erb deleted file mode 100644 index 4cdfdf9..0000000 --- a/source/calendar.html.erb +++ /dev/null @@ -1,33 +0,0 @@ ---- -pageable: true ---- -

Archive for - <% case page_type - when 'day' %> - <%= Date.new(year, month, day).strftime('%b %e %Y') %> - <% when 'month' %> - <%= Date.new(year, month, 1).strftime('%b %Y') %> - <% when 'year' %> - <%= year %> - <% end %> -

- -<% if paginate && num_pages > 1 %> -

Page <%= page_number %> of <%= num_pages %>

- - <% if prev_page %> -

<%= link_to 'Previous page', prev_page %>

- <% end %> -<% end %> - - - -<% if paginate %> - <% if next_page %> -

<%= link_to 'Next page', next_page %>

- <% end %> -<% end %> -- cgit v1.2.1