fixed structure of nations inside archive
This commit is contained in:
parent
a24dc384e9
commit
627ea56417
|
|
@ -25,6 +25,7 @@ const { locale } = Astro.params;
|
||||||
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}#programs`>{tl("nav.programs")}</a>
|
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}#programs`>{tl("nav.programs")}</a>
|
||||||
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}#news`>{tl("nav.news")}</a>
|
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}#news`>{tl("nav.news")}</a>
|
||||||
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}/archive`>{tl("nav.archive")}</a>
|
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}/archive`>{tl("nav.archive")}</a>
|
||||||
|
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}/nations`>{tl("nav.nations")}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="drawer lg:hidden">
|
<div class="drawer lg:hidden">
|
||||||
<input id="my-drawer-1" type="checkbox" class="drawer-toggle" />
|
<input id="my-drawer-1" type="checkbox" class="drawer-toggle" />
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
"nav.archive": "Archive",
|
"nav.archive": "Archive",
|
||||||
"nav.programs": "Programs",
|
"nav.programs": "Programs",
|
||||||
"nav.contact": "Contact",
|
"nav.contact": "Contact",
|
||||||
|
"nav.nations": "Nations",
|
||||||
"hero.name": "Dr. José Benjamín Pérez Matos",
|
"hero.name": "Dr. José Benjamín Pérez Matos",
|
||||||
"hero.title": "Founding Leader",
|
"hero.title": "Founding Leader",
|
||||||
"hero.body": "“My life’s dream is to see the prophets’ vision fulfilled: a world of justice and peace for the good of Israel and all mankind.”",
|
"hero.body": "“My life’s dream is to see the prophets’ vision fulfilled: a world of justice and peace for the good of Israel and all mankind.”",
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
"nav.news": "Noticias",
|
"nav.news": "Noticias",
|
||||||
"nav.programs": "Programas",
|
"nav.programs": "Programas",
|
||||||
"nav.archive": "Archivo",
|
"nav.archive": "Archivo",
|
||||||
|
"nav.nations": "Naciones",
|
||||||
"nav.contact": "Contacto",
|
"nav.contact": "Contacto",
|
||||||
|
|
||||||
"hero.name": "Dr. José Benjamín Pérez Matos",
|
"hero.name": "Dr. José Benjamín Pérez Matos",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue