We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3363320 commit 858ad0dCopy full SHA for 858ad0d
templates/base.html
@@ -2,7 +2,7 @@
2
<html lang="en" prefix="og: http://ogp.me/ns#">
3
<head>
4
<meta charset="UTF-8">
5
- <title>Database of Databases - {% block title %}{% endblock %}</title>
+ <title>Database of Databases - {% block title %}{% if title %}{{ title }}{% endif %}{% endblock %}</title>
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
{% if counter_token %}
8
<meta name="counter" content="{{ counter_token }}">
0 commit comments