--- a/src/main/webapp/WEB-INF/jsp/site.jsp Sun Jul 28 12:19:42 2024 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Sun Jul 28 12:36:42 2024 +0200 @@ -69,8 +69,8 @@ <head> <base href="${baseHref}"> <title> - LightPIT - <c:if test="${not empty pageTitle}"> - <c:out value="${pageTitle}"/></c:if> + <c:if test="${empty pageTitle}">LightPIT</c:if> + <c:out value="${pageTitle}"/> </title> <meta charset="UTF-8"> <c:if test="${not empty redirectLocation}">