diff --git a/app/views/wiki_pages/_excerpt.html.erb b/app/views/wiki_pages/_excerpt.html.erb
deleted file mode 100644
index 9a449c6f1..000000000
--- a/app/views/wiki_pages/_excerpt.html.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- <% if post_set.wiki_page %>
-
- <%= format_text(post_set.wiki_page.presenter.excerpt) %>
-
- <% if post_set.wiki_page.artist %>
-
<%= link_to "View artist", post_set.wiki_page.artist %>
- <% end %>
-
- <%= wiki_page_alias_and_implication_list(post_set.wiki_page) %>
-
-
Read the <%= link_to "full article", wiki_page_path(post_set.wiki_page.id) %>.
-
- <% else %>
- <% if post_set.tag_string.present? %>
-
There is currently no wiki page for the tag "<%= post_set.tag_string %>". You can <%= link_to "create one", new_wiki_page_path(:wiki_page => {:title => post_set.tag_string}) %>.
- <% end %>
- <% end %>
-