aboutsummaryrefslogtreecommitdiff
path: root/assets/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/base.html')
-rw-r--r--assets/templates/base.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/assets/templates/base.html b/assets/templates/base.html
index 1f2d8dc..11ba0ab 100644
--- a/assets/templates/base.html
+++ b/assets/templates/base.html
@@ -3,11 +3,7 @@
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
- <title>
- {% block title %}
- A photo gallery by Yaroslav de la Peña Smirnov
- {% endblock %}
- </title>
+ <title>{% block title %}{{ title }}{% endblock %}</title>
<link rel="stylesheet" href="{{ index }}/css/gallery.css">
</head>
<body>