Add support for Jekyll Archives plugin
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
This commit is contained in:
12
_layouts/archive-taxonomy.html
Normal file
12
_layouts/archive-taxonomy.html
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
author_profile: false
|
||||
---
|
||||
|
||||
<div class="archive">
|
||||
<h1 class="page__title">{{ page.title }}</h1>
|
||||
{% include base_path %}
|
||||
{% for post in page.posts %}
|
||||
{% include archive-list-single.html %}
|
||||
{% endfor %}
|
||||
</div><!-- /.archive -->
|
||||
Reference in New Issue
Block a user