#1885: add support for chrome

This commit is contained in:
r888888888
2013-07-23 15:11:42 -07:00
parent 9d1b50d5b2
commit 532bb6260c

View File

@@ -119,6 +119,7 @@
<% if @post.presenter.next_post_in_pool %>
<link rel="prefetch" href="<%= post_path(@post.presenter.next_post_in_pool, :pool_id => params[:pool_id]) %>">
<link rel="prerender" href="<%= post_path(@post.presenter.next_post_in_pool, :pool_id => params[:pool_id]) %>">
<% end %>
<% end %>