xiebaomin 1 tahun lalu
induk
melakukan
701413f0fe

+ 1 - 1
src/main/resources/templates/article/components/article-header.html

@@ -20,7 +20,7 @@
             <div class="keywords">
                 <div th:each="label,count : ${labels}" th:if="${count.index} le 9">
                     <a th:labelId="${label.id}" th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}" th:class="${labelId==label.id}?'label-active':''"></a>
-                    <span th:if="${count.index} le 9"> / </span>
+                    <span th:if="${count.index} le 8"> / </span>
                 </div>
             </div>
         </div>