diff options
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> | 
