We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ca6b9 commit cd7e7f9Copy full SHA for cd7e7f9
templates/modules/post-card.html
@@ -30,6 +30,7 @@
30
class="flex flex-wrap items-center gap-2"
31
>
32
<a
33
+ th:if="${#lists.size(post.categories)} gt 0"
34
th:href="@{${post.categories[0].status.permalink}}"
35
th:title="${post.categories[0].spec.displayName}"
36
th:text="${post.categories[0].spec.displayName}"
@@ -38,6 +39,7 @@
38
39
40
</a>
41
42
+ th:if="${#lists.size(post.tags)} gt 0"
43
th:each="tag : ${post.tags}"
44
th:href="@{${tag.status.permalink}}"
45
th:title="${tag.spec.displayName}"
theme.yaml
@@ -13,5 +13,5 @@ spec:
13
repo: https://github.com/f2ccloud/theme-ocean.git
14
settingName: "theme-ocean-setting"
15
configMapName: "theme-ocean-configMap"
16
- version: 1.4.0
+ version: 1.4.1
17
require: ">=2.6.0"
0 commit comments