add link for article banner

This commit is contained in:
Qubot 2025-04-13 14:09:51 +00:00
parent 0e9d4cf226
commit d30458df02

View File

@ -14,7 +14,9 @@
<span class="sep" th:if="${!catStat.last}"> &gt; </span>
</th:block>
<span class="sep"> &gt; </span>
<span th:text="${post.spec.title}"></span>
<a th:href="@{'/posts/' + ${post.spec.slug}}">
<span th:text="${post.spec.title}"></span>
</a>
</th:block>
</div>
</div>