Start implementing basic index structure
This commit is contained in:
@@ -10,18 +10,17 @@
|
||||
<title>{{@site.title}}</title>
|
||||
|
||||
{{ghost_head}}
|
||||
{{!-- Outputs important meta data and settings, should always be in <head> --}}
|
||||
{{!-- Adds important meta data and settings, should always be in <head> --}}
|
||||
</head>
|
||||
|
||||
|
||||
<body class="{{body_class}}" onload="openPolicyPopup()">
|
||||
|
||||
|
||||
{{{body}}}
|
||||
{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}}
|
||||
|
||||
{{!-- <footer> --}}
|
||||
{{ghost_foot}}
|
||||
{{!-- Outputs important scripts - should always be included before closing body tag --}}
|
||||
{{!-- Adds important data - should always be included before closing body tag --}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user