swap out /newest link for /recent

This commit is contained in:
joshua stein 2014-03-12 17:51:42 -05:00
parent 6cab668a2f
commit 7f2c98860d

View file

@ -39,7 +39,7 @@
<% links = { <% links = {
"/" => "Home", "/" => "Home",
"/newest" => "Newest", "/recent" => "Recent",
"/comments" => "Comments" "/comments" => "Comments"
} %> } %>