update
This commit is contained in:
parent
61769c80b0
commit
00711f046e
|
@ -19,7 +19,6 @@ meta:
|
|||
next: Next
|
||||
older: Older
|
||||
newer: Newer
|
||||
all_articles: All Articles
|
||||
references: References
|
||||
related_posts: Related Posts
|
||||
comment_title: Join the discussion
|
||||
|
|
|
@ -19,7 +19,6 @@ meta:
|
|||
next: 下一篇
|
||||
older: 较早
|
||||
newer: 较新
|
||||
all_articles: 检索全部文章
|
||||
references: 参考资料
|
||||
related_posts: 您可能感兴趣的文章
|
||||
comment_title: 快来参与讨论吧
|
||||
|
|
|
@ -19,7 +19,6 @@ meta:
|
|||
next: 下一篇
|
||||
older: 較早
|
||||
newer: 較新
|
||||
all_articles: 檢索所有文章
|
||||
references: 參考資料
|
||||
related_posts: 您可能感興趣的文章
|
||||
comment_title: 參與討論
|
||||
|
|
|
@ -50,12 +50,6 @@ function layoutDiv() {
|
|||
el += '<span class="note">' + title_prev + '</span>';
|
||||
el += '</a>';
|
||||
}
|
||||
if (page.layout == 'post') {
|
||||
el += '<div class="line"></div>';
|
||||
el += '<a id="more" href="' + url_for(config.archive_dir) + '">';
|
||||
el += __('meta.all_articles');
|
||||
el += '</a>';
|
||||
}
|
||||
el += '</section>';
|
||||
el += '</div>';
|
||||
}
|
||||
|
|
|
@ -113,10 +113,8 @@
|
|||
flex-shrink: 0
|
||||
margin-left: 4px
|
||||
font-size: $fs-12
|
||||
color: var(--text-meta)
|
||||
color: var(--text-p4)
|
||||
font-weight: 500
|
||||
&#more
|
||||
justify-content: center
|
||||
&:hover
|
||||
color: $color-hover !important
|
||||
background: var(--card)
|
||||
|
|
Loading…
Reference in New Issue