fix: duplicate title

This commit is contained in:
Aravinth Manivannan 2022-12-03 14:53:55 +05:30
parent 21bea52323
commit eae0a568e7
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,9 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ assets.css }}" /> <link rel="stylesheet" href="{{ assets.css }}" />
<title>LibrePages</title> <title>{% block title %} {% endblock %} | LibrePages</title>
<title>{% block title %} {% endblock %}</title>
</head> </head>
<body> <body class="default-body">
<header>{% block nav %} {% endblock %}</header> <header>{% block nav %} {% endblock %}</header>
{% block main %} {% endblock %} {% block main %} {% endblock %}
{% include "footer" %} {% include "footer" %}