Skip to content

Commit 0df13cf

Browse files
author
JoelCDL
committed
Swap templates and pages list order
1 parent ad1ad81 commit 0df13cf

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

hbs.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"data": "src/generated-content",
33
"layouts": "tool/layouts",
4-
"partials": ["src/objects", "src/components", "src/pages", "src/templates"]
4+
"partials": ["src/objects", "src/components", "src/templates", "src/pages"]
55
}

index.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
<label for="view-fullpage">Full Page</label>
1515
</fieldset>
1616
<nav>
17-
<h2>Templates</h2>
18-
<ul>
19-
<li><a href="src/templates/blog2col-view.hbs">Blog 2 Column</a></li>
20-
<li><a href="src/templates/home2col-view.hbs">Home 2 Column</a></li>
21-
<li><a href="src/templates/layout1col-view.hbs">Layout 1 Column</a></li>
22-
<li><a href="src/templates/layout2col-view.hbs">Layout 2 Column</a></li>
23-
<li><a href="src/templates/layout3col-view.hbs">Layout 3 Column</a></li>
24-
</ul>
2517
<h2>Pages</h2>
2618
<ul>
2719
<li><a href="src/pages/blogindex-view.hbs">Blog Index</a></li>
@@ -32,6 +24,14 @@
3224
<li><a href="src/pages/staffprofile-view.hbs">Staff Profile</a></li>
3325
<li><a href="src/pages/systemstatus-view.hbs">System Status</a></li>
3426
</ul>
27+
<h2>Templates</h2>
28+
<ul>
29+
<li><a href="src/templates/blog2col-view.hbs">Blog 2 Column</a></li>
30+
<li><a href="src/templates/home2col-view.hbs">Home 2 Column</a></li>
31+
<li><a href="src/templates/layout1col-view.hbs">Layout 1 Column</a></li>
32+
<li><a href="src/templates/layout2col-view.hbs">Layout 2 Column</a></li>
33+
<li><a href="src/templates/layout3col-view.hbs">Layout 3 Column</a></li>
34+
</ul>
3535
<h2>Components</h2>
3636
<ul>
3737
<li><a href="src/components/avatar-view.hbs">Avatar</a></li>

tool/preview.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#extend "tool"}}{{#content "body"}}
22

3-
<div style="margin: 1rem">Choose an Object, Component, Page or Template to preview here.</div>
3+
<div style="margin: 1rem">Choose an Object, Component, Template or Page to preview here.</div>
44

55
{{/content}}{{/extend}}

0 commit comments

Comments
 (0)