From 591f62e5233a9fe0e158ab8cbe72ab25815474a0 Mon Sep 17 00:00:00 2001
From: Caio Lente <7017340+clente@users.noreply.github.com>
Date: Mon, 16 Oct 2023 22:44:59 -0300
Subject: Bring updates from main
---
layouts/partials/footer.html | 2 +-
layouts/partials/nav.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index dca6c23..9290715 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,3 @@
- {{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }}
+ {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
\ No newline at end of file
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 3f1a416..5ee4552 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -4,7 +4,7 @@
{{ with .Site.Social.email }}
Email
{{ end }}
-RSS
+RSS
{{ $translations := dict }}
--
cgit v1.2.3