--- a/src/main/webapp/WEB-INF/jsp/site.jsp Sun Aug 01 17:01:59 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Sun Aug 01 18:14:36 2021 +0200 @@ -94,6 +94,12 @@ <fmt:message key="menu.languages"/> </a> </div> + <div class="menuEntry" + <c:if test="${fn:startsWith(requestPath, '/about/')}">data-active</c:if> > + <a href="about/"> + <fmt:message key="menu.about"/> + </a> + </div> </div> <div> <c:if test="${not empty navMenu}">