Removed nav values

This commit is contained in:
Oliver Davies 2015-06-18 17:58:32 +01:00
parent 8acc643a3f
commit b3d78a1f8e
91 changed files with 2 additions and 94 deletions

View file

@ -1,7 +1,6 @@
---
layout: default
title: Tags
nav: blog
use:
- posts_tags
---

View file

@ -1,11 +1,9 @@
---
layout: default
title: Tag Archive
nav: blog
generator:
- posts_tag_index
---
{% 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" />
<meta name="robots" content="noindex, follow">