✨ feat(footer): add configurable footer menu (#197)
This commit is contained in:
@@ -7,12 +7,15 @@ date_locale = "uk_UA"
|
||||
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 = "Читати далі"
|
||||
|
Reference in New Issue
Block a user