simple-purple-ghost-theme/default.hbs

26 lines
712 B
Handlebars

<!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">
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}"/>
<title>{{@site.title}}</title>
{{ghost_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}}
{{!-- Adds important data - should always be included before closing body tag --}}
</body>
</html>