--- a/src/main/webapp/WEB-INF/jsp/site.jsp Fri Feb 20 16:30:17 2026 +0100 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Sat Feb 21 13:41:41 2026 +0100 @@ -51,9 +51,6 @@ <%-- Define an alias for the optional redirect location --%> <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/> -<%-- Define an alias for the additional stylesheet --%> -<c:set scope="page" var="extraCss" value="${requestScope[Constants.REQ_ATTR_STYLESHEET]}"/> - <%-- Define an alias for the optional JS file --%> <c:set scope="page" var="javascriptFile" value="${requestScope[Constants.REQ_ATTR_JAVASCRIPT]}"/> @@ -80,11 +77,6 @@ <c:if test="${not empty requestScope[Constants.REQ_ATTR_VIEWMODEL].feedHref}"> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="${requestScope[Constants.REQ_ATTR_VIEWMODEL].feedHref}"/> </c:if> - <c:if test="${not empty extraCss}"> - <c:forEach items="${extraCss}" var="cssFile"> - <link rel="stylesheet" href="${cssFile}?v=${versionSuffix}" type="text/css"> - </c:forEach> - </c:if> <script> const baseHref='${baseHref}'; <c:if test="${showWhatsNew}">