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.
2 parents bd3d26a + 5d6d1ba commit 2c3cb23Copy full SHA for 2c3cb23
src/blog.html
@@ -13,7 +13,7 @@ <h1 class="mb-2">Our blog</h1>
13
</div>
14
<div class="col-md-6 offset-md-3">
15
<!-- Home Post List -->
16
- {% for post in site.posts limit : 4 %}
+ {% for post in site.posts %}
17
<article class="post-preview">
18
<a class="h3 post-title text-white text-decoration-underline d-inline-block mb-2" href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}">
19
{{ post.title }}
0 commit comments