Remove "undefined" from page title on the home page

This commit is contained in:
Helen Chong 2024-12-25 14:29:32 +08:00
parent 6bf249bd89
commit 6ef80d99d1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
{% endif %} {% endif %}
<title> <title>
{% block pageTitle %}{{ title + " | " if title | safe }}{{ sitemeta.siteName | safe }}{% endblock %} {% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}
</title> </title>
</head> </head>
<body> <body>