This commit is contained in:
Flummi
2016-08-30 11:57:03 +00:00
parent 852af35e46
commit da08de7b79
2 changed files with 12 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<div class="body">
<div id="posts" data-last="{{ last }}">
{% for item in items %}
<a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a>
<a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="//f0ck.me/t/{{ item.id }}.png" /></a>
{% endfor %}
</div>
<div class="clear"></div>