Fix: block end for head title
This commit is contained in:
parent
859a9a335d
commit
22f841280c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<link rel="icon" type="image/png" href="{{ ASSETS_ROOT }}/img/favicon.png">
|
||||
|
||||
<title>
|
||||
{% block title %}{% endblock %} - Gallery-Archivists
|
||||
{% block title %}{% endblock title %} - Gallery-Archivists
|
||||
</title>
|
||||
|
||||
<!-- Fonts and icons -->
|
||||
|
|
Loading…
Reference in a new issue