fix ordering for site browsing

This commit is contained in:
Kyle Drake 2013-06-21 01:59:41 -07:00
parent e336ab9f35
commit e643fd2eca
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
.row
.span12.text-center
h1 Home Pages on NeoCities
p If you like a site, don't forget to bookmark it!<br>Hit counts are updated daily.<br>Want to make your own site? <a href="/new">Click here</a>!
p If you like a site, don't forget to bookmark it!<br>Visitor counts are updated hourly.<br>Want to make your own site? <a href="/new">Click here</a>!
- @sites.each_with_index do |site,i|
- if i.even? && i != 0