fix: duplicate title
This commit is contained in:
parent
21bea52323
commit
eae0a568e7
1 changed files with 2 additions and 3 deletions
|
@ -4,10 +4,9 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="{{ assets.css }}" />
|
||||
<title>LibrePages</title>
|
||||
<title>{% block title %} {% endblock %}</title>
|
||||
<title>{% block title %} {% endblock %} | LibrePages</title>
|
||||
</head>
|
||||
<body>
|
||||
<body class="default-body">
|
||||
<header>{% block nav %} {% endblock %}</header>
|
||||
{% block main %} {% endblock %}
|
||||
{% include "footer" %}
|
||||
|
|
Loading…
Reference in a new issue