incorporate accented words into hyperlinks because it's not 1987 anymore. also fix a typo

This commit is contained in:
Simon Belmont 2025-04-04 12:55:45 -04:00
parent a6ee97ba86
commit dfc68a2a50
8 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ defaultContentLanguage = 'es'
[permalinks]
post = "/blog"
[permalinks.term]
categories = "/categorias/:slug/"
categories = "/categorías/:slug/"
tags = "/etiquetas/:slug/"
[menu]
[[menu.header]]
@ -58,7 +58,7 @@ defaultContentLanguage = 'es'
[[menu.header]]
name = "literatura"
weight = 2
url = "/categorias/literatura/"
url = "/categorías/literatura/"
[[menu.header]]
name = "autor"
weight = 3
@ -72,4 +72,4 @@ defaultContentLanguage = 'es'
home = ["HTML", "JSON"]
taxonomy = ["HTML"]
[pagination]
path = 'pagina'
path = 'página'