Paginate + Tags

This commit is contained in:
T
2026-08-08 02:56:44 +02:00
parent 2787db80e8
commit 5bc794a380
298 changed files with 680 additions and 341 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ show_mobile_large_logo: true
<div class="container" id="posts" style="margin-top: 2rem;">
<div class="row">
{% assign posts = site.posts | where_exp: "post", "post.type == 'blog' or post.front == true" %}
{% assign posts = site.posts | where_exp: "post", "post.tags contains 'blog' or post.front == true" %}
{% for post in posts limit:3 %}
<div class="col-md-4">
<h2>