feat(footer): add configurable footer menu (#197)

This commit is contained in:
Óscar Fernández
2023-10-05 14:20:34 +02:00
committed by GitHub
parent 450501e218
commit 1bc52944c9
22 changed files with 170 additions and 45 deletions

View File

@@ -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 = "और पढ़ें"