mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge branch 'newdesign' of https://github.com/kyledrake/neocities-web
This commit is contained in:
commit
565f0e19fa
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="content">
|
<div class="content single-Col">
|
||||||
|
|
||||||
<% count = 0 %>
|
<% count = 0 %>
|
||||||
<% @sites.each_with_index do |site,i| %>
|
<% @sites.each_with_index do |site,i| %>
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
DERPIE PIKACHU
|
DERPIE PIKACHU
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if count == 4 || @sites.length == i %>
|
<% if count == 4 || @sites.length-1 == i %>
|
||||||
</div>
|
</div>
|
||||||
<% count = 0 %>
|
<% count = 0 %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue