From 8a93a0fa4d5c8a748aeb3637970654f45f23ef26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Bieniek?= Date: Wed, 30 Oct 2024 09:03:16 +0100 Subject: [PATCH] deprecated error fix --- themes/3mdeb/layouts/author/single.html | 2 +- themes/3mdeb/layouts/partials/essentials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@