-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_layout-blog.jade
22 lines (20 loc) · 827 Bytes
/
_layout-blog.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
doctype html
html
!= partial("/_partials/_head")
body
section(class='')
!= partial("/_partials/_nav-main")
!= partial("/_partials/_blog-header")
article(class='content-wrapper', role='main')
section(class='row block')
div(class='small-12 columns')
//h2 #{ title }
p(class="blog-subheader")
span on <strong>#{ date }</strong>
span by <strong>#{ author }</strong>
!= yield
script(src='/js/vendor/jquery.js')
script(src='/js/vendor/modernizr.js')
script(src='/js/foundation/foundation.js')
script(src='/js/foundation/foundation.topbar.js')
script $(document).foundation();