diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/home.html | 8 | ||||
-rw-r--r-- | template/images.html | 2 | ||||
-rw-r--r-- | template/search.html | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/template/home.html b/template/home.html index 8ca6377..4e32ebc 100644 --- a/template/home.html +++ b/template/home.html @@ -14,7 +14,9 @@ <div id="center"> <form method="GET" autocomplete="off" action="web"> <div class="logo"> - <img src="{%banner%}" alt="4get"> + <a href="/"> + <img src="{%banner%}" alt="4get"> + </a> </div> <div class="searchbox"> <input type="submit" value="Search" tabindex="-1"> @@ -28,9 +30,9 @@ <div class="subtext"> Clearnet: <a href="https://4get.ca">4get.ca</a><br> Tor: <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion</a><br> - Report a problem: <a href="https://lolcat.ca/contact">lolcat.ca/contact</a> + Report a problem: <a href="https://lolcat.ca">lolcat.ca</a> </div> </div> - <script src="/static/client.js?v2"></script> + <script src="/static/client.js?v3"></script> </body> </html> diff --git a/template/images.html b/template/images.html index 61e319c..1c5b23a 100644 --- a/template/images.html +++ b/template/images.html @@ -2,6 +2,6 @@ {%images%} </div> {%nextpage%} - <script src="/static/client.js?v2"></script> + <script src="/static/client.js?v3"></script> </body> </html> diff --git a/template/search.html b/template/search.html index c187102..5210807 100644 --- a/template/search.html +++ b/template/search.html @@ -11,6 +11,6 @@ {%left%} </div> </div> - <script src="/static/client.js?v2"></script> + <script src="/static/client.js?v3"></script> </body> </html> |