Skip to content

Commit c990a17

Browse files
committed
Make it 15 blog limitation for index page
1 parent d44910f commit c990a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sections/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="col-lg-12 wow zoomIn" id="i18_blog">
2323
<h1><span data-i18n="blog.latest_blog">Latest post</span></h1>
2424
<ul class="entries">
25-
{% for post in site.posts limit:5 %}
25+
{% for post in site.posts limit:15 %}
2626
<li>
2727
<a href="{{ post.url }}">
2828
<h3>{{ post.title }}</h3>

0 commit comments

Comments
 (0)