Replace {{ base_path }
with absolute_url
filter
This commit is contained in:
@ -5,7 +5,6 @@ title: "Posts by Category"
|
||||
author_profile: true
|
||||
---
|
||||
|
||||
{% include base_path %}
|
||||
{% include group-by-array collection=site.posts field="categories" %}
|
||||
|
||||
{% for category in group_names %}
|
||||
|
Reference in New Issue
Block a user