diff options
Diffstat (limited to 'ganarchy.py')
-rwxr-xr-x | ganarchy.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ganarchy.py b/ganarchy.py index d698f7e..3889d0b 100755 --- a/ganarchy.py +++ b/ganarchy.py @@ -60,8 +60,7 @@ TEMPLATE = """<!DOCTYPE html> <p>Powered by <a href="https://ganarchy.autistic.space/">GAnarchy</a>. AGPLv3-licensed. <a href="https://cybre.tech/SoniEx2/ganarchy">Source Code</a>.</p> <p> <a href="/">Main page</a>. - <!-- commented out because browsers suck :( --> - <!--<a href="{{ base_url|e }}" onclick="event.preventDefault(); navigator.registerProtocolHandler('web+ganarchy', this.href + 'project/%s', 'GAnarchy');">Register web+ganarchy: URI handler</a>.--> + <a href="{{ base_url|e }}" onclick="event.preventDefault(); navigator.registerProtocolHandler('web+ganarchy', this.href + '?url=%s', 'GAnarchy');">Register web+ganarchy: URI handler</a>. </p> </body> </html> |