From 2bb8efab1f66dc19d6b4ba7e23cd0465ce60c5d7 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 23 Aug 2022 16:48:16 +0200 Subject: [PATCH] Small bits of cleaning --- layouts/_default/rss.xml | 2 +- layouts/partials/footer.html | 6 +++--- static/style.css | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index e49c966..0697d72 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -13,7 +13,7 @@ {{- printf "" | safeHTML }} - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + {{ .Site.Title }} {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4008eb8..09f5276 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@ diff --git a/static/style.css b/static/style.css index aae7f3b..0ddbd72 100644 --- a/static/style.css +++ b/static/style.css @@ -35,6 +35,7 @@ footer a{text-decoration:none;} footer .mirror{text-align:center; color: #f0c674;} code{ background: #282a2e; border-radius: 1em; padding: 2pt;} pre{ background: #282a2e; padding: 1em; border-radius: 1em;} +.hyperbowl{ font-style: italic; font-size: 1.2em;} .logo{ padding: 5pt 0; margin:0;