diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:33:05 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:33:05 +0200 |
commit | 948ebfda6f04577dd956c496bd24569fab479ffc (patch) | |
tree | d539b889bf0b9056f89fb1103ce9b4317f441c3f /templates/base.html | |
parent | e95289c4833eee291a8217c771c2490ebcbbc751 (diff) | |
download | garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.tar.gz garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.zip |
Small templates changes
Diffstat (limited to 'templates/base.html')
-rwxr-xr-x | templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 34f029b..3816e1a 100755 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,9 @@ <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 }}"> {% include "partials/shared/head.html" %} + <title> + {% block title %}{% endblock %} + </title> </head> <body class="has-background-white"> |