This commit is contained in:
Flummi 2017-03-31 19:35:58 +02:00
parent fc0081d8e2
commit a0abc22dcd

View File

@ -23,7 +23,7 @@
<div class="wrapper">
<div class="medium">
{% if item == "image" || item == "audio" || item == "video" %}
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a>
<a href="{{ dest }}" target="_blank"><img src="./b/dc4c9160.jpg" style="max-width: 640px;height:auto;" /></a>
{% else %}
<h1>404 - Not f0cked</h1>
{% endif %}