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