fix rss feed and change host name
This commit is contained in:
parent
c6d59b3085
commit
4a0e50adbf
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ theme = 'nightfall'
|
||||||
languageCode = 'es-DO'
|
languageCode = 'es-DO'
|
||||||
defaultContentLanguage = 'es'
|
defaultContentLanguage = 'es'
|
||||||
[params]
|
[params]
|
||||||
user = "webmaster"
|
user = "peter"
|
||||||
hostname = "peterdominguez.art"
|
hostname = "peterdominguez.art"
|
||||||
footerHtml = 'Este blog es posible gracias al poder de <a href="https://www.debian.org" target="_blank">Debian GNU/Linux</a> y <a href="https://gohugo.io" target="_blank">Hugo</a>. Todo su contenido está sujeto a una licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0.</a>'
|
footerHtml = 'Este blog es posible gracias al poder de <a href="https://www.debian.org" target="_blank">Debian GNU/Linux</a> y <a href="https://gohugo.io" target="_blank">Hugo</a>. Todo su contenido está sujeto a una licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0.</a>'
|
||||||
[params.author]
|
[params.author]
|
||||||
|
@ -60,4 +60,4 @@ aria = "Mi correo electrónico"
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "rss"
|
name = "rss"
|
||||||
weight = 4
|
weight = 4
|
||||||
url = "/index.xml"
|
url = "/blog/index.xml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue