Default layout progress
This commit is contained in:
parent
e81e1344d0
commit
5bf88d07f4
26
default.hbs
26
default.hbs
|
@ -0,0 +1,26 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="{{lang}}">
|
||||||
|
<head>
|
||||||
|
{{!-- Document Settings --}}
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
{{!-- Base Meta --}}
|
||||||
|
<title>{{meta_title}}</title>
|
||||||
|
<meta name="HandheldFriendly" content="True" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
{{!-- Styles'n'Scripts --}}
|
||||||
|
<link rel="stylesheet" type="text/css" href="{{asset "css/app.css"}}" />
|
||||||
|
|
||||||
|
{{!-- This tag outputs SEO meta+structured data and other important settings --}}
|
||||||
|
{{ghost_head}}
|
||||||
|
</head>
|
||||||
|
<body class="{{body_class}}">
|
||||||
|
{{!-- The #block helper will pull in data from the #contentFor other template files --}}
|
||||||
|
{{{block "scripts"}}}
|
||||||
|
|
||||||
|
{{!-- Ghost outputs important scripts and data with this tag --}}
|
||||||
|
{{ghost_foot}}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue