2023-01-05 00:02:16 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{@site.locale}}">
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2023-01-05 00:02:43 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}"/>
|
2023-01-05 00:02:16 +01:00
|
|
|
|
|
|
|
<title>{{@site.title}}</title>
|
|
|
|
|
|
|
|
{{ghost_head}}
|
2023-01-05 04:24:34 +01:00
|
|
|
{{!-- Adds important meta data and settings, should always be in <head> --}}
|
2023-01-05 00:02:16 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body class="{{body_class}}" onload="openPolicyPopup()">
|
|
|
|
|
|
|
|
{{{body}}}
|
|
|
|
{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}}
|
|
|
|
|
|
|
|
{{!-- <footer> --}}
|
|
|
|
{{ghost_foot}}
|
2023-01-05 04:24:34 +01:00
|
|
|
{{!-- Adds important data - should always be included before closing body tag --}}
|
2023-01-05 00:02:16 +01:00
|
|
|
</body>
|
|
|
|
</html>
|