aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-14 19:33:05 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-14 19:33:05 +0200
commit948ebfda6f04577dd956c496bd24569fab479ffc (patch)
treed539b889bf0b9056f89fb1103ce9b4317f441c3f /templates/base.html
parente95289c4833eee291a8217c771c2490ebcbbc751 (diff)
downloadgaragehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.tar.gz
garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.zip
Small templates changes
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html3
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">