slef-theme/default.hbs

39 lines
1.2 KiB
Handlebars
Executable File

<!DOCTYPE html>
<html lang="fr">
<head>
{{! Document Settings }}
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
{{! Page Meta }}
<title>{{meta_title}}</title>
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="{{asset "css/normalize.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}
</head>
<body class="{{body_class}}">
{{! Everything else gets inserted here }}
{{{body}}}
<footer class="site-footer">
<div class="inner">
<section class="copyright"><a href="/">{{@site.title}}</a> &copy; {{date format="YYYY"}} &bull; <a href="/mentions-legales">Mentions légales</a></section>
</div>
</footer>
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}
{{! Scripts }}
</body>
</html>