incorporate accented words into hyperlinks because it's not 1987 anymore. also fix a typo
This commit is contained in:
parent
a6ee97ba86
commit
dfc68a2a50
8 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
date = '2025-03-28T10:55:07-04:00'
|
date = '2025-03-28T10:55:07-04:00'
|
||||||
draft = false
|
draft = false
|
||||||
title = 'El Paseo'
|
title = 'El paseo'
|
||||||
description = 'Primer relato perteneciente al ciclo Cibercemí por el autor Peter Domínguez.'
|
description = 'Primer relato perteneciente al ciclo Cibercemí por el autor Peter Domínguez.'
|
||||||
categories = ['Literatura']
|
categories = ['Literatura']
|
||||||
tags = ['Literatura', 'Ciencia ficción', 'Cyberpunk', 'Cuento', 'Cuento Corto', 'Cibercemí']
|
tags = ['Literatura', 'Ciencia ficción', 'Cyberpunk', 'Cuento', 'Cuento Corto', 'Cibercemí']
|
||||||
|
|
|
@ -48,7 +48,7 @@ defaultContentLanguage = 'es'
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/blog"
|
post = "/blog"
|
||||||
[permalinks.term]
|
[permalinks.term]
|
||||||
categories = "/categorias/:slug/"
|
categories = "/categorías/:slug/"
|
||||||
tags = "/etiquetas/:slug/"
|
tags = "/etiquetas/:slug/"
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
|
@ -58,7 +58,7 @@ defaultContentLanguage = 'es'
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "literatura"
|
name = "literatura"
|
||||||
weight = 2
|
weight = 2
|
||||||
url = "/categorias/literatura/"
|
url = "/categorías/literatura/"
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "autor"
|
name = "autor"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
@ -72,4 +72,4 @@ defaultContentLanguage = 'es'
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
taxonomy = ["HTML"]
|
taxonomy = ["HTML"]
|
||||||
[pagination]
|
[pagination]
|
||||||
path = 'pagina'
|
path = 'página'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue