diff options
Diffstat (limited to 'templates')
-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> |