diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-06 23:28:49 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-06 23:28:49 +0000 |
commit | 25789243a832c60524bb28c815f48914697a3506 (patch) | |
tree | 7f4297103bff1e879b6d91c8d75f35f7e66f4f86 /templates | |
parent | 2a0d3c4ccb287282974856b5f20f67a078149cb8 (diff) | |
download | eda.gay-25789243a832c60524bb28c815f48914697a3506.tar.gz eda.gay-25789243a832c60524bb28c815f48914697a3506.zip |
updated the random image to download it
Diffstat (limited to 'templates')
-rw-r--r-- | templates/random.html | 2 |
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> |