diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4b7924e..76bddec 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -12,7 +12,7 @@
{{ with .Site.Menus.main}}
{{ range sort . }}
- {{ .Name }}
+ {{ .Name }}
{{ end }}
{{ end }}
diff --git a/netlify.toml b/netlify.toml
index b52bc33..11c1739 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@ publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
[build.environment]
-HUGO_VERSION = "0.77.0"
+HUGO_VERSION = "0.79.1"
HUGO_THEME = "repo"
[context.deploy-preview]
diff --git a/theme.toml b/theme.toml
index 42f573e..480884d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -20,7 +20,7 @@ features = [
"single-column",
"syntax-highlighting"
]
-min_version = "0.77.0"
+min_version = "0.79.0"
[author]
name = "Luiz F. A. de PrĂ¡"