Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/educenter-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/author/single.html')
-rw-r--r--layouts/author/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/author/single.html b/layouts/author/single.html
index f62fb04..b6ff2f0 100644
--- a/layouts/author/single.html
+++ b/layouts/author/single.html
@@ -39,7 +39,7 @@
<h2 class="section-title">{{ i18n "posted_by" }} {{ .Title }}</h2>
</div>
</div>
- {{ range where .Site.RegularPages "Params.author" (.Title | title) }}
+ {{ range where site.RegularPages "Params.author" (.Title | title) }}
<div class="col-lg-4 col-sm-6 mb-4">
{{ .Render "post" }}
</div>