Replace {{ base_path } with absolute_url filter

This commit is contained in:
Michael Rose
2016-11-03 11:59:23 -04:00
parent 57a4324fa0
commit 73d12ab1b1
10 changed files with 11 additions and 25 deletions

View File

@ -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 %}