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 @@ permalink: /page-archive/
author_profile: false
---
{% include base_path %}
{% for post in site.pages %}
{% include archive-single.html %}
{% endfor %}