Start implementing basic index structure

This commit is contained in:
2023-01-05 04:24:34 +01:00
parent a9a21981cd
commit 9e86bbec3e
4 changed files with 100 additions and 25 deletions

View File

@@ -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>