summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 127af83..b23b087 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,7 +13,7 @@
</header>
{{- partial "list/recent-posts.html" (dict
- "count" 10
+ "count" 5
"title" (lang.Translate "posts.recent" | default "Recent Articles")
"show_view_all" true
)