🎨 Add post comments widget content.

This commit is contained in:
凡梦星尘
2022-06-05 16:14:17 +08:00
parent 7a1e4b85bb
commit 3b81f46c4e
15 changed files with 224 additions and 17 deletions

View File

@@ -18,7 +18,7 @@
.use-motion {
@if $motion_trans_post_block {
.post-block, .pagination, .comments {
.post-block, .pagination, .comments, .post-comments {
visibility: hidden;
}
}

View File

@@ -5,6 +5,8 @@
@import 'related-posts';
@import 'math';
@import 'gitter';
@import 'livere';
@import 'waline';
.use-motion .animated {
// Fix issue #48 #55

View File

@@ -0,0 +1,5 @@
@if $livere_enable {
#livereAdWrapper, #taboola-livere {
display: none;
}
}

View File

@@ -0,0 +1,5 @@
@if $waline_enable {
.wl-actions>button:nth-child(3) {
display: none
}
}