-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.hbs
More file actions
20 lines (17 loc) · 748 Bytes
/
index.hbs
File metadata and controls
20 lines (17 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{!< default}}
{{! The tag above means - insert everything in this file into the {body} of the default.hbs template }}
<header id="main_header" class="full" style="background-image: url({{@blog.cover}})">
<div class="center page_size full clearfix">
<div class="top_buttons padding clearfix">
<button id="menu_button" class="right">
<i class="fa fa-bars"></i>
</button>
</div><!-- // end top buttons -->
<img src="{{@blog.logo}}" class="center round avatar" alt="personal avatar">
{{> "second_nav"}}
<p class="center index_title">voylinux</p>
</div><!--//end centered -->
</header><!--// end main header -->
{{> "main_nav"}}
<section id="wrapper" class="center page_size padding">
{{> "loop"}}