Add front: true

This commit is contained in:
T
2026-05-02 22:47:24 +02:00
parent 4b7b1a1e7f
commit 0b18a596bf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ layout: default
<div class="container" id="posts" style="margin-top: 2rem;">
<div class="row">
{% assign posts = site.posts | where:"type", "blog" %}
{% assign posts = site.posts | where_exp: "post", "post.type == 'blog' or post.front == true" %}
{% for post in posts limit:3 %}
<div class="col-md-4">
<h2>