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