Paginate + Tags
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user