diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1b43d6a..a94099c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,7 +6,7 @@
- {{ if eq .Url "/" }}
+ {{ if eq .URL "/" }}
{{ .Site.Params.Title }} · {{ .Site.Params.Tagline }}
{{ else }}
{{ .Title }} · {{ .Site.Params.Title }}
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 5bd990d..2251123 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -9,18 +9,18 @@
diff --git a/theme.toml b/theme.toml
index 404af08..d69318d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "Lanyon-Hugo is a theme designed for blogging."
homepage = "https://github.com/tummychow/lanyon-hugo"
tags = ["blog",]
features = ["blog", ]
-min_version = 0.12
+min_version = 0.14
[author]
name = "tummychow"