bug: 暂时优化代码块
This commit is contained in:
parent
431065ba3a
commit
a9bb1d08b3
|
@ -817,7 +817,7 @@ img:not([src]), img[src=""] {
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--hl-color: #eff;
|
--hl-color: rgba(1, 14, 14, 0.899);
|
||||||
--hl-bg: #212121;
|
--hl-bg: #212121;
|
||||||
--hltools-bg: #1c1c1c;
|
--hltools-bg: #1c1c1c;
|
||||||
--hltools-color: rgba(238, 255, 255, 0.8);
|
--hltools-color: rgba(238, 255, 255, 0.8);
|
||||||
|
|
|
@ -299,7 +299,7 @@
|
||||||
<div class="article-sort-title" th:text="${category.spec.displayName}"></div>
|
<div class="article-sort-title" th:text="${category.spec.displayName}"></div>
|
||||||
<div class="article-sort">
|
<div class="article-sort">
|
||||||
<!-- 按照年份分组 -->
|
<!-- 按照年份分组 -->
|
||||||
<div class="article-sort-item year">2021</div>
|
<div class="article-sort-item year">等待halo提供数据</div>
|
||||||
<div class="article-sort-item" th:each="post : ${posts.items}">
|
<div class="article-sort-item" th:each="post : ${posts.items}">
|
||||||
<a class="article-sort-item-img" th:href="${post.status.permalink}"
|
<a class="article-sort-item-img" th:href="${post.status.permalink}"
|
||||||
th:title="${post.spec.title}">
|
th:title="${post.spec.title}">
|
||||||
|
|
Loading…
Reference in New Issue