Working generator & added whole site
This commit is contained in:
14
templates/submenu.hbs
Normal file
14
templates/submenu.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="submenuContainer">
|
||||
<div>
|
||||
<h1>{{section.title}}</h1>
|
||||
</div>
|
||||
<hr/>
|
||||
<nav id="navList">
|
||||
{{#each section.posts}}
|
||||
<a href="{{this.url}}">
|
||||
<span class="postTitle">{{this.title}}</span>
|
||||
<span class="postDate">{{this.date}}</span>
|
||||
</a>
|
||||
{{/each}}
|
||||
</nav>
|
||||
</div>
|
||||
Reference in New Issue
Block a user