Add page taxonomy links for tags and categories
- Customizable text via _data file - Enable/disable links by setting archive page filenames in _config.yml
This commit is contained in:
@@ -10,7 +10,7 @@ author_profile: false
|
||||
{% for post in site.posts %}
|
||||
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
|
||||
{% if year != written_year %}
|
||||
<h2 class="archive__subtitle">{{ year }}</h2>
|
||||
<h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2>
|
||||
{% capture written_year %}{{ year }}{% endcapture %}
|
||||
{% endif %}
|
||||
{% include archive-list-single.html %}
|
||||
|
||||
Reference in New Issue
Block a user