diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index a9fc6f8..4996cb0 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -4,9 +4,9 @@ {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Params.author }} - {{ .email }} ({{ .name }}){{end}}{{ with .Site.Params.author }} - {{.email}} ({{.name}}){{end}}{{ with .Site.Copyright }} + {{.}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{ with .OutputFormats.Get "RSS" }} @@ -17,7 +17,7 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Params.author }}{{.email}} ({{.name}}){{end}} + {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Content | html }} diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html index fe39d7f..247882a 100644 --- a/layouts/partials/opengraph.html +++ b/layouts/partials/opengraph.html @@ -34,5 +34,5 @@ {{ end }} - + diff --git a/static/css/style.css b/static/css/style.css index 1f1a897..4f1ea68 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -625,8 +625,9 @@ a.not(.anchor):focus { margin-right: 1rem; } .article-body figure figcaption .attribution { - display: block; - text-align: right; + float: right; + margin-left: 1em; + margin-top: 1em; } @media only screen and (max-width: 320px) { .article-body .footnotes ol { diff --git a/static/svg/matrix-org.svg b/static/svg/matrix-org.svg deleted file mode 100644 index 6167efd..0000000 --- a/static/svg/matrix-org.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file