We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ce65f commit cf299fbCopy full SHA for cf299fb
1 file changed
themes/mainroad/layouts/partials/widgets/recent.html
@@ -1,5 +1,5 @@
1
{{- $recent := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
2
-{{- $recent_num := (.Site.Params.widgets.recent_num | default 10) }}
+{{- $recent_num := (.Site.Params.widgets.recent_num | default 5) }}
3
4
{{- if $recent }}
5
<div class="widget-recent widget">
0 commit comments