aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
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">