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 | |
parent | 819a3574457902df383dbddc4469517363621427 (diff) | |
download | garagehq.deuxfleurs.fr-a12bcc31584a995dc583215e595d9b855acaaa2f.tar.gz garagehq.deuxfleurs.fr-a12bcc31584a995dc583215e595d9b855acaaa2f.zip |
Update doc with links fixed and remove <base> tag
m--------- | garage | 0 | ||||
-rwxr-xr-x | templates/base.html | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/garage b/garage -Subproject 59fa6681f35507d0b5c35786495ca060ecaa39f +Subproject afd94aa22c7843f1f762fa527829f8206699bba 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> |