Skip to content

Commit ef17645

Browse files
committed
specify page group 'navigation'
Also clean out pages.html and just list all pages
1 parent 5abba31 commit ef17645

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
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">

pages.html

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,11 @@
22
layout: page
33
title: Pages
44
header: Pages
5-
group: example-page
5+
group: navigation
66
---
77

88
<h2>All Pages</h2>
99
<ul>
1010
{% assign pages_list = site.pages %}
1111
{% include helpers/pages_list.html %}
1212
</ul>
13-
14-
<h2>Pages in group: project</h2>
15-
<ul>
16-
{% assign pages_list = site.pages %}
17-
{% assign group = 'project' %}
18-
{% include helpers/pages_list.html %}
19-
</ul>
20-
21-
<h2>Pages in group: example-page</h2>
22-
<ul>
23-
{% assign pages_list = site.pages %}
24-
{% assign group = 'example-page' %}
25-
{% include helpers/pages_list.html %}
26-
</ul>

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">

0 commit comments

Comments
 (0)