Skip to content

Commit

Permalink
specify page group 'navigation'
Browse files Browse the repository at this point in the history
Also clean out pages.html and just list all pages
  • Loading branch information
plusjade committed Jan 12, 2012
1 parent ab03c6d commit 3b239b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion archive.html
Expand Up @@ -2,7 +2,7 @@
layout: page
title : Archive
header : Post Archive
group: example-page
group: navigation
---

{% assign posts_collate = site.posts %}
Expand Down
2 changes: 1 addition & 1 deletion categories.html
Expand Up @@ -2,7 +2,7 @@
layout: page
title: Categories
header: Posts By Category
group: example-page
group: navigation
---

<ul class="tag_box inline">
Expand Down
15 changes: 2 additions & 13 deletions pages.html
Expand Up @@ -2,20 +2,9 @@
layout: page
title: Pages
header: Pages
group: example-page
group: navigation
---

<h2>All Pages</h2>
{% assign pages_list = site.pages %}
{% include helpers/pages_list.html %}


<h2>Pages in group: project</h2>
{% assign pages_list = site.pages %}
{% assign group = 'project' %}
{% include helpers/pages_list.html %}

<h2>Pages in group: example-page</h2>
{% assign pages_list = site.pages %}
{% assign group = 'example-page' %}
{% include helpers/pages_list.html %}
{% include helpers/pages_list.html %}
2 changes: 1 addition & 1 deletion tags.html
Expand Up @@ -2,7 +2,7 @@
layout: page
title: Tags
header: Posts By Tag
group: example-page
group: navigation
---

<ul class="tag_box inline">
Expand Down

0 comments on commit 3b239b9

Please sign in to comment.