diff --git a/themes/3mdeb/layouts/author/single.html b/themes/3mdeb/layouts/author/single.html
index df7fda1..86aeefd 100755
--- a/themes/3mdeb/layouts/author/single.html
+++ b/themes/3mdeb/layouts/author/single.html
@@ -49,7 +49,7 @@
{{ i18n "posted_by" }} {{ .Title }}
- {{ range where site.RegularPages "Params.author" (.Title | lower) }}
+ {{ range where site.RegularPages "range .Site.Params.Author" (.Title | lower) }}
{{ .Render "post" }}
diff --git a/themes/3mdeb/layouts/partials/essentials/header.html b/themes/3mdeb/layouts/partials/essentials/header.html
index a5f59f2..096c5bd 100755
--- a/themes/3mdeb/layouts/partials/essentials/header.html
+++ b/themes/3mdeb/layouts/partials/essentials/header.html
@@ -60,7 +60,7 @@