We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44910f commit c990a17Copy full SHA for c990a17
_includes/sections/blog.html
@@ -22,7 +22,7 @@
22
<div class="col-lg-12 wow zoomIn" id="i18_blog">
23
<h1><span data-i18n="blog.latest_blog">Latest post</span></h1>
24
<ul class="entries">
25
- {% for post in site.posts limit:5 %}
+ {% for post in site.posts limit:15 %}
26
<li>
27
<a href="{{ post.url }}">
28
<h3>{{ post.title }}</h3>
0 commit comments