diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 11:43:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-02 11:43:54 +0100 |
commit | a12bcc31584a995dc583215e595d9b855acaaa2f (patch) | |
tree | ce3d6a128536f09953c6043224575d75ea1df233 /templates/base.html | |
parent | 819a3574457902df383dbddc4469517363621427 (diff) | |
download | garagehq.deuxfleurs.fr-a12bcc31584a995dc583215e595d9b855acaaa2f.tar.gz garagehq.deuxfleurs.fr-a12bcc31584a995dc583215e595d9b855acaaa2f.zip |
Update doc with links fixed and remove <base> tag
Diffstat (limited to 'templates/base.html')
-rwxr-xr-x | templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index b270126..34f029b 100755 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="An open-source distributed storage service you can self-host to fullfill many needs."> <meta name="application-name" content="{{ config.title }}"> - <base href="{{ config.base_url }}"> {% include "partials/shared/head.html" %} </head> @@ -41,4 +40,4 @@ {% block user_custom_js %}{% endblock %} </body> -</html>
\ No newline at end of file +</html> |