-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.hbs
More file actions
29 lines (26 loc) · 835 Bytes
/
default.hbs
File metadata and controls
29 lines (26 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="{{asset "css/style.css"}}">
{{ghost_head}}
</head>
<body>
<header>
<div class="container">
<a href="/" class="brand">MoroccoJS</a>
{{navigation}}
</div>
</header>
<div id="main">
{{{ body }}}
</div>
{{ghost_foot}}
<script src="{{asset "js/highlight.js"}}" charset="utf-8"></script>
<script src="{{asset "js/bundle.js"}}" charset="utf-8"></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5601be32e4838140"></script>
</body>
</html>