aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-03-06 23:28:49 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-03-06 23:28:49 +0000
commit25789243a832c60524bb28c815f48914697a3506 (patch)
tree7f4297103bff1e879b6d91c8d75f35f7e66f4f86 /templates
parent2a0d3c4ccb287282974856b5f20f67a078149cb8 (diff)
downloadboymoder.blog-25789243a832c60524bb28c815f48914697a3506.tar.gz
boymoder.blog-25789243a832c60524bb28c815f48914697a3506.zip
updated the random image to download it
Diffstat (limited to 'templates')
-rw-r--r--templates/random.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/random.html b/templates/random.html
index e36bb87..b6e7f64 100644
--- a/templates/random.html
+++ b/templates/random.html
@@ -15,7 +15,7 @@
</ul>
</aside>
<section id="randomImage">
- <a href={{sbi.source}}><img src={{sbi.imurl}}></a>
+ <a href={{sbi.source}}><img src={{localimg}}></a>
<h1><a href={{"/random?tags=" + "+".join(sbi.searchTags)}}>generate another</a></h1>
<h2><a href={{sbi.source}}>artist link</a></h2>
</section>