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 Year"
author_profile: true
---
{% include base_path %}
{% capture written_year %}'None'{% endcapture %}
{% for post in site.posts %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}