Skip to content

Commit f1cce75

Browse files
author
JoelCDL
committed
Add blog 2 column template to toolkit
1 parent a1d6ac5 commit f1cce75

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<nav>
1717
<h2>Templates</h2>
1818
<ul>
19+
<li><a href="src/templates/blog2col-view.hbs">Blog 2 Column</a></li>
1920
<li><a href="src/templates/home2col-view.hbs">Home 2 Column</a></li>
2021
<li><a href="src/templates/layout1col-view.hbs">Layout 1 Column</a></li>
2122
<li><a href="src/templates/layout2col-view.hbs">Layout 2 Column</a></li>

src/templates/blog2col-view.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{#extend "base"}}{{#content "body"}}
2+
{{> blog2col }}
3+
{{/content}}{{/extend}}

0 commit comments

Comments
 (0)