Skip to content

Commit 3b239b9

Browse files
committed
specify page group 'navigation'
Also clean out pages.html and just list all pages
1 parent ab03c6d commit 3b239b9

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title : Archive
44
header : Post Archive
5-
group: example-page
5+
group: navigation
66
---
77

88
{% assign posts_collate = site.posts %}

categories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Categories
44
header: Posts By Category
5-
group: example-page
5+
group: navigation
66
---
77

88
<ul class="tag_box inline">

pages.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22
layout: page
33
title: Pages
44
header: Pages
5-
group: example-page
5+
group: navigation
66
---
77

88
<h2>All Pages</h2>
99
{% assign pages_list = site.pages %}
10-
{% include helpers/pages_list.html %}
11-
12-
13-
<h2>Pages in group: project</h2>
14-
{% assign pages_list = site.pages %}
15-
{% assign group = 'project' %}
16-
{% include helpers/pages_list.html %}
17-
18-
<h2>Pages in group: example-page</h2>
19-
{% assign pages_list = site.pages %}
20-
{% assign group = 'example-page' %}
21-
{% include helpers/pages_list.html %}
10+
{% include helpers/pages_list.html %}

tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Tags
44
header: Posts By Tag
5-
group: example-page
5+
group: navigation
66
---
77

88
<ul class="tag_box inline">

0 commit comments

Comments
 (0)