✨ feat(footer): add configurable footer menu (#197)
This commit is contained in:
@@ -5,12 +5,15 @@ date_locale = "hi_IN"
|
||||
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