Replace {{ base_path } with absolute_url filter
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user