diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 79f51d8..d6b4cc6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ if and (.Title) (not (eq .Title .Site.Title)) }}{{ .Title }} | {{ end }}{{ .Site.Title }} diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 949c99b..ae6c553 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -11,7 +11,7 @@ {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }} Hugo {{ hugo.Version }} -- gohugo.io - {{- with .Site.LanguageCode }} + {{- with .Lang }} {{ . }} {{- end }} {{- with .Site.Author.email }}