✨ feat(footer): add configurable footer menu (#197)
This commit is contained in:
@@ -3,12 +3,15 @@ date_locale = "zh_CN"
|
||||
full_stop = "。" # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu.
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "博客"
|
||||
archive = "归档"
|
||||
tags = "标签"
|
||||
projects = "项目"
|
||||
about = "关于"
|
||||
contact = "联系方式" # Machine translated.
|
||||
privacy = "隐私政策" # Machine translated.
|
||||
sitemap = "站点地图" # Machine translated.
|
||||
|
||||
# Navigation.
|
||||
read_more = "阅读全文"
|
||||
|
Reference in New Issue
Block a user