Use the proper layout for the tag page
This commit is contained in:
parent
ae02bf21fc
commit
fe36a76239
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: post-index
|
layout: page
|
||||||
title: Tag Archive
|
title: Tag Archive
|
||||||
description: "An archive of posts sorted by tag."
|
description: "An archive of posts sorted by tag."
|
||||||
comments: false
|
comments: false
|
||||||
|
@ -25,4 +25,4 @@ comments: false
|
||||||
{% endif %}{% endfor %}
|
{% endif %}{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</article><!-- /.hentry -->
|
</article><!-- /.hentry -->
|
||||||
{% endunless %}{% endfor %}
|
{% endunless %}{% endfor %}
|
||||||
|
|
Reference in a new issue