diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b160657..ae47053 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -26,10 +26,10 @@
- {{ with .OutputFormats.Get "RSS" }}
+ {{ with site.Home.OutputFormats.Get "RSS" }}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end }}
- {{- if not .Site.IsServer -}}
+ {{- if not hugo.IsServer -}}
{{ template "_internal/google_analytics.html" . }}
{{- end -}}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 78d725e..c641c9f 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -5,7 +5,7 @@
{{ range .Site.Menus.main }}
{{ .Name }}
{{ end }}
- RSS
+ RSS
{{ partial "footer.html" . }}
diff --git a/theme.toml b/theme.toml
index 2febbdb..47689e5 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,5 +8,5 @@ features = ["blog", "responsive", "social media"]
min_version = "0.55.2"
[author]
- name = "kimcc"
- homepage = "https://github.com/kimcc"
+ name = "ivo"
+ homepage = "https://git.ivayloivanov.eu"