Update posts-by-order.html

This commit is contained in:
zzossig 2020-02-19 10:34:48 +09:00
parent 366e1a2f2c
commit 607bd7ceac
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{{ $filteredSections = (where $filteredSections "Type" "!=" (lower .)) }}
{{ end }}
<div class="sidebar-recent__title p2">{{ i18n "posts-by-param" | default "TOP POSTS" }}</div>
<div class="sidebar-recent__title p2">{{ i18n "posts-by-order" | default "TOP POSTS" }}</div>
<ul class="sidebar-recent__ul">
{{ range first ($.Param "itemsPerCategory") ($filteredSections.ByParam "order") }}
{{ if .Params.order }}