diff --git a/hugo.toml b/hugo.toml index dfd13ed..7f407ab 100644 --- a/hugo.toml +++ b/hugo.toml @@ -60,10 +60,6 @@ defaultContentLanguage = 'es' name = "fuente" weight = 3 url = "https://git.peterdominguez.art/peter/peterdominguez.art" - [[menu.header]] - name = "rss" - weight = 4 - url = "/blog/index.xml" [outputs] home = ["HTML", "JSON"] taxonomy = ["HTML"] diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 7674896..eae0734 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -6,7 +6,7 @@
-

Entradas

+

Blog /rss.xml

{{ with .Content }} diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index 409f03a..1a8ed00 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -9,7 +9,15 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; bac a:hover { color: #f8f8f2; } - +.listHeader a { + padding: 1px 2px; + margin: -10px; + border-radius: 8px; + font-size: 21px; + font-weight: bold; + color: #282A36; + background-color: #FFB86C; +} .headerWrapper { background: #44475a; }