revert back to unaccented words for the benefit of older devices that struggle with these links
This commit is contained in:
parent
dfc68a2a50
commit
596fdf9042
8 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ defaultContentLanguage = 'es'
|
|||
[permalinks]
|
||||
post = "/blog"
|
||||
[permalinks.term]
|
||||
categories = "/categorías/:slug/"
|
||||
categories = "/categorias/:slug/"
|
||||
tags = "/etiquetas/:slug/"
|
||||
[menu]
|
||||
[[menu.header]]
|
||||
|
@ -58,7 +58,7 @@ defaultContentLanguage = 'es'
|
|||
[[menu.header]]
|
||||
name = "literatura"
|
||||
weight = 2
|
||||
url = "/categorías/literatura/"
|
||||
url = "/categorias/literatura/"
|
||||
[[menu.header]]
|
||||
name = "autor"
|
||||
weight = 3
|
||||
|
@ -72,4 +72,4 @@ defaultContentLanguage = 'es'
|
|||
home = ["HTML", "JSON"]
|
||||
taxonomy = ["HTML"]
|
||||
[pagination]
|
||||
path = 'página'
|
||||
path = 'pagina'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue