From dc1d2cf057cbdddbbc0d61e5959672f6fe63038f Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:56:09 -0300 Subject: Fix #2 --- layouts/partials/nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index a16fec3..2cc03a2 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,10 +1,10 @@ {{ range .Site.Menus.main.ByWeight }} - {{ .Name }} + {{ .Name }} {{ end }} {{ with .Site.Social.email }} Email {{ end }} -RSS +RSS {{ $translations := dict }} -- cgit v1.2.3