Fix spaces, remove unused nav value
This commit is contained in:
parent
9aaabd5fc8
commit
5f4618cbda
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
nav: blog
|
|
||||||
title: Tag Archive
|
title: Tag Archive
|
||||||
generator:
|
generator:
|
||||||
- posts_tag_index
|
- posts_tag_index
|
||||||
---
|
---
|
||||||
{% block head_meta %}
|
{% block head_meta %}
|
||||||
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/blog/tags/{{ page.tag|url_encode(true) }}.xml" title="{{ site.title }} '{{ page.tag }}' tag feed" />
|
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/blog/tags/{{ page.tag|url_encode(true) }}.xml" title="{{ site.title }} '{{ page.tag }}' tag feed" />
|
||||||
|
|
Reference in a new issue