aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-29 17:30:50 +0200
committerAlex <alex@adnab.me>2022-09-29 17:30:50 +0200
commit08d43d3a9553dffc7f7ea916ef3890b7208c5aec (patch)
tree255cd1dbfa66a538c203e88086a09b8d51539de9 /templates/base.html
parentd549b125dcb64ccf16fd7dbf066a7d39165523b7 (diff)
parentadb4129999bb10908f62ddeabfdad61fb4911f13 (diff)
downloadgaragehq.deuxfleurs.fr-08d43d3a9553dffc7f7ea916ef3890b7208c5aec.tar.gz
garagehq.deuxfleurs.fr-08d43d3a9553dffc7f7ea916ef3890b7208c5aec.zip
Merge pull request 'Templates changes and doc updates for v0.8' (#11) from v0.8 into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/11
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">