bug: 暂时优化代码块

This commit is contained in:
shy 2022-10-14 17:32:12 +08:00
parent 431065ba3a
commit a9bb1d08b3
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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}">