v0.1.1 테마 구성 및 레이아웃 수정
This commit is contained in:
26
default.hbs
Normal file
26
default.hbs
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{@site.locale}}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{{meta_title}}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}">
|
||||
|
||||
{{ghost_head}}
|
||||
</head>
|
||||
<body class="{{body_class}}">
|
||||
<div class="site-shell">
|
||||
{{> "site/sidebar-left"}}
|
||||
<div class="site-main">
|
||||
{{> "site/topbar"}}
|
||||
{{{body}}}
|
||||
</div>
|
||||
{{> "site/sidebar-right"}}
|
||||
</div>
|
||||
|
||||
{{ghost_foot}}
|
||||
<script src="{{asset "built/theme.js"}}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user