Major website overhaul
This commit is contained in:
30
etc/ghost/themes/casper/default.hbs
Executable file
30
etc/ghost/themes/casper/default.hbs
Executable file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{{meta_title}}</title>
|
||||
{{> meta}}
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600%7CRoboto+Slab:300,400' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="{{asset "css/uno-zen.css"}}" />
|
||||
{{ghost_head}}
|
||||
</head>
|
||||
<body class="{{body_class}}">
|
||||
<header id="menu-button" class="expanded">
|
||||
<a><i class="icon icon-list"></i></a>
|
||||
</header>
|
||||
{{> aside}}
|
||||
|
||||
<main data-no-instant>
|
||||
<section class="content">
|
||||
{{{body}}}
|
||||
{{> footer}}
|
||||
</section>
|
||||
</main>
|
||||
|
||||
{{ghost_foot}}
|
||||
|
||||
<script src="{{asset "js/uno-zen.common.js"}}" type="text/javascript" charset="utf-8"></script>
|
||||
{{#is "post, page"}}
|
||||
<script src="{{asset "js/uno-zen.post.js"}}" type="text/javascript" charset="utf-8"></script>
|
||||
{{/is}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user