diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css
index 08f69087..b97b482d 100644
--- a/templates/assets/zhheo/zhheoblog.css
+++ b/templates/assets/zhheo/zhheoblog.css
@@ -9422,6 +9422,12 @@ a.article-meta__category:hover {
display: none;
}
+#post-meta .post-meta-date {
+ opacity: .6;
+ margin-right: .8rem
+}
+
+
/* 文章目录 */
#aside-content #card-toc .toc-content .toc-link.active {
line-height: 1.2;
@@ -10631,6 +10637,7 @@ span.post-meta-position {
opacity: 0.6;
cursor: pointer;
transition: 0.3s;
+ margin-right: 0.8rem;
}
.post-meta-commentcount:hover {
diff --git a/templates/modules/common/rightside.html b/templates/modules/common/rightside.html
index abb29c78..888105a5 100644
--- a/templates/modules/common/rightside.html
+++ b/templates/modules/common/rightside.html
@@ -14,6 +14,13 @@
+
+
+