diff --git a/config/_default/config.toml b/config/_default/config.toml index 67d37f6..6b346fc 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,5 @@ -title = "Virtually Potato" +title = "Virtually Potato" +baseurl = "https://virtuallypotato.com/" paginate = 15 theme = ["hugo-cloak-email", "hugo-clarity"] enableEmoji = true diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9c60b0b..7bbf4d6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -31,7 +31,7 @@ {{- partial "logo" (dict "logo" $logo "class" "nav_center") }} {{- end }}