Skip to content

Commit

Permalink
deprecated error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislaw-bnk committed Oct 30, 2024
1 parent 16a1bee commit 8a93a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/3mdeb/layouts/author/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4 class="font-weight-bold">
<h2 class="section-title">{{ i18n "posted_by" }} {{ .Title }}</h2>
</div>
</div>
{{ range where site.RegularPages "Params.author" (.Title | lower) }}
{{ range where site.RegularPages "range .Site.Params.Author" (.Title | lower) }}
<div class="col-lg-4 col-sm-6 mb-4">
{{ .Render "post" }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/3mdeb/layouts/partials/essentials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ul>

<ul class="social-menu">
{{ range site.Params.social }}
{{ range .Site.Params.Social }}
<li class="list-inline-item">
<a href="{{.link}}" title="{{.name}}"><i class="{{.icon}}"></i></a>
</li>
Expand Down

0 comments on commit 8a93a0f

Please sign in to comment.