mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
Show more tags, popular on top for autocomplete
This commit is contained in:
parent
ae867847a5
commit
3fa67447bb
2 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@
|
|||
</span>
|
||||
</a>
|
||||
<div class="title">
|
||||
<a href="//<%= site.host %>" title="<%= site.title %>"><%= site.title.shorten(35) %></a>
|
||||
<a href="//<%= site.host %>" title="<%= site.title %>"><%= site.title.shorten(30) %></a>
|
||||
</div>
|
||||
<div class="site-info">
|
||||
<div style="float: left">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<% end %>
|
||||
|
||||
<div class="row website-Gallery content int-Gall tags">
|
||||
<h3>Tags</h3>
|
||||
<h3>Popular Tags</h3>
|
||||
<p>
|
||||
<% Tag.popular_names.each do |tag| %>
|
||||
<% Tag.popular_names(100).each do |tag| %>
|
||||
<a href="/browse?tag=<%= Rack::Utils.escape tag[:name] %>"><%= tag[:name] %></a>
|
||||
<% end %>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue