featured
This commit is contained in:
parent
7637304224
commit
e2991eeb38
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[blogPosts marque]
|
||||
pageNumber = "{{ :page }}"
|
||||
featured = 1
|
||||
featured = yes
|
||||
postsPerPage = 5
|
||||
noPostsMessage = "No posts found"
|
||||
sortOrder = "published_at desc"
|
||||
|
|
@ -12,6 +12,7 @@ postPage = "post"
|
|||
[blogPosts slider]
|
||||
pageNumber = "{{ :page }}"
|
||||
postsPerPage = 10
|
||||
featured = no
|
||||
noPostsMessage = "No posts found"
|
||||
sortOrder = "published_at desc"
|
||||
categoryPage = 404
|
||||
|
|
@ -110,4 +111,4 @@ postPage = 404
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue