summaryrefslogtreecommitdiff
path: root/source/tag.html.erb
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-04-28 11:18:56 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-05-02 13:31:06 +0200
commit9ccd8b6a094907600af0ece2368e7d3405d6ebdc (patch)
treee4818835f23ad90b1cdef533e06fb53ee790365c /source/tag.html.erb
parent0ca1257cf4ecbea549c0587c15bebf722b9b6ac6 (diff)
reorganize content to fit new site structure
Diffstat (limited to 'source/tag.html.erb')
-rw-r--r--source/tag.html.erb25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/tag.html.erb b/source/tag.html.erb
deleted file mode 100644
index c28a20b..0000000
--- a/source/tag.html.erb
+++ /dev/null
@@ -1,25 +0,0 @@
----
-pageable: true
-per_page: 12
----
-<h1>Articles tagged '<%= tagname %>'</h1>
-
-<% if paginate && num_pages > 1 %>
- <p>Page <%= page_number %> of <%= num_pages %></p>
-
- <% if prev_page %>
- <p><%= link_to 'Previous page', prev_page %></p>
- <% end %>
-<% end %>
-
-<ul>
- <% page_articles.each_with_index do |article, i| %>
- <li><%= link_to article.title, article %> <span><%= article.date.strftime('%b %e') %></span></li>
- <% end %>
-</ul>
-
-<% if paginate %>
- <% if next_page %>
- <p><%= link_to 'Next page', next_page %></p>
- <% end %>
-<% end %>