mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
✨ 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
|
@ -7,12 +7,15 @@ date_locale = "ja_JP"
|
|||
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 = "お問い合わせ"
|
||||
privacy = "プライバシーポリシー"
|
||||
sitemap = "サイトマップ"
|
||||
|
||||
# Navigation.
|
||||
read_more = "続きを読む"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue