mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
https for screenshots
This commit is contained in:
parent
21fe0d524b
commit
ade9bedc33
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
<% @sites.each do |site| %>
|
<% @sites.each do |site| %>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://<%= site.username %>.neocities.org" class="neo-Screen-Shot" target="_blank" title="Website of <%= site.username %>">
|
<a href="http://<%= site.username %>.neocities.org" class="neo-Screen-Shot" target="_blank" title="Website of <%= site.username %>">
|
||||||
<span class="img-Holder" style="background:url(http://neocities.org/site_screenshots/<%= site.username %>.jpg) no-repeat;">
|
<span class="img-Holder" style="background:url(https://neocities.org/site_screenshots/<%= site.username %>.jpg) no-repeat;">
|
||||||
<img src="/img/placeholder.png" alt="<%= site.username %>" />
|
<img src="/img/placeholder.png" alt="<%= site.username %>" />
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue