mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-05 05:57:11 +01:00
Refactoring of the gh pages
This commit is contained in:
16
_layouts/archive-taxonomy.html
Normal file
16
_layouts/archive-taxonomy.html
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: default
|
||||
author_profile: false
|
||||
---
|
||||
|
||||
<div id="main" role="main">
|
||||
{% include sidebar.html %}
|
||||
|
||||
<div class="archive">
|
||||
<h1 class="page__title">{{ page.title }}</h1>
|
||||
{% include base_path %}
|
||||
{% for post in page.posts %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user