basho/default-custom.hbs

18 lines
719 B
Handlebars

<!DOCTYPE html>
<html lang="{{@site.locale}}"{{#match @custom.color_scheme "Dark"}} class="dark-mode"{{else match @custom.color_scheme "Light/Dark"}} class="light-dark-mode"{{/match}}>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{@site.title}}{{meta_title}}</title>
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{>services/google_fonts}}
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}">
{{{block "fonts_css"}}}
{{ghost_head}}
</head>
<body class="{{body_class}} custom-page global-accent-color-buttons">
{{{body}}}
{{ghost_foot}}
</body>
</html>