-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.hbs
More file actions
executable file
·60 lines (48 loc) · 2.2 KB
/
Copy pathdefault.hbs
File metadata and controls
executable file
·60 lines (48 loc) · 2.2 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html class="no-js" lang="{{@site.locale}}">
<head>
{{!-- Document Settings --}}
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{{!-- Base Meta --}}
<title>{{meta_title}}</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS ============================================= -->
<link rel="stylesheet" href="{{ asset 'css/linearicons.css' }}">
<link rel="stylesheet" href="{{ asset 'css/font-awesome.min.css' }}">
<link rel="stylesheet" href="{{ asset 'css/bootstrap.css' }}">
<link rel="stylesheet" href="{{ asset 'css/magnific-popup.css' }}">
<link rel="stylesheet" href="{{ asset 'css/nice-select.css' }}">
<link rel="stylesheet" href="{{ asset 'css/animate.min.css' }}">
<link rel="stylesheet" href="{{ asset 'css/owl.carousel.css' }}">
<link rel="stylesheet" href="{{ asset 'css/main.css' }}">
{{ghost_head}}
</head>
<body>
{{> header}}
<!-- Start main body Area -->
{{{body}}}
<!-- Start main body Area -->
{{> footer}}
<script src="{{ asset 'js/vendor/jquery-3.3.1.min.js' }}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="{{ asset 'js/vendor/bootstrap.min.js' }}"></script>
<script src="{{ asset 'js/easing.min.js' }}"></script>
<script src="{{ asset 'js/hoverIntent.js' }}"></script>
<script src="{{ asset 'js/superfish.min.js' }}"></script>
<script src="{{ asset 'js/jquery.magnific-popup.min.js' }}"></script>
<script src="{{ asset 'js/owl.carousel.min.js' }}"></script>
<script src="{{ asset 'js/jquery.tabs.min.js' }}"></script>
<script src="{{ asset 'js/jquery.nice-select.min.js' }}"></script>
<script src="{{ asset 'js/waypoints.min.js' }}"></script>
<script src="{{ asset 'js/ghost-finder.js' }}"></script>
<script src="{{ asset 'js/prism.js' }}"></script>
<script src="{{ asset 'js/lazy-loading-disqus.js' }}"></script>
<script src="{{ asset 'js/medium-zoom.min.js' }}"></script>
<script src="{{ asset 'js/jquery.fitvids.js' }}"></script>
<script src="{{ asset 'js/main.js' }}"></script>
{{{block "scripts"}}}
{{ghost_foot}}
</body>
</html>