forked from deepStateMirrors/tabi
✨ feat(footer): add configurable footer menu (#197)
This commit is contained in:
parent
450501e218
commit
1bc52944c9
22 changed files with 170 additions and 45 deletions
|
@ -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 = "阅读全文"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue