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'
|
||||
draft = false
|
||||
title = 'El Paseo'
|
||||
title = 'El paseo'
|
||||
description = 'Primer relato perteneciente al ciclo Cibercemí por el autor Peter Domínguez.'
|
||||
categories = ['Literatura']
|
||||
tags = ['Literatura', 'Ciencia ficción', 'Cyberpunk', 'Cuento', 'Cuento Corto', 'Cibercemí']
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue