docs: set main tag on whats new

This commit is contained in:
raoulvdberge
2024-01-13 12:20:38 +01:00
parent 020adf4993
commit 052f776612

View File

@@ -5,7 +5,7 @@
</head>
<body>
<div layout:fragment="content">
<div th:if="${currentRelease != null}" class="card">
<main th:if="${currentRelease != null}" class="card">
<div class="card-body">
<h2 class="card-title">
In version <span th:text="${currentRelease.release.getName()}" th:remove="tag"></span>
@@ -56,7 +56,7 @@
</a>
</div>
</div>
</div>
</main>
<h3 class="mt-2 mb-2">Other releases</h3>