diff -r 54c612612c69 -r 7725a79416f3 src/main/webapp/WEB-INF/jsp/site.jsp --- a/src/main/webapp/WEB-INF/jsp/site.jsp Sun Aug 01 18:14:36 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Sun Aug 01 18:56:28 2021 +0200 @@ -42,6 +42,9 @@ <%-- Define an alias for the navigation menu --%> +<%-- Define an alias for the custom page title --%> + + <%-- Define an alias for the content page name --%> @@ -59,7 +62,10 @@ - <fmt:message key="app.title"/> + + LightPIT + <c:if test="${not empty pageTitle}"> - <c:out value="${pageTitle}"/></c:if> +