v0.1.2 헤더 구조 및 사이드바 효과 수정
This commit is contained in:
14
default.hbs
14
default.hbs
@@ -11,13 +11,15 @@
|
||||
{{ghost_head}}
|
||||
</head>
|
||||
<body class="{{body_class}}">
|
||||
<div class="site-shell">
|
||||
{{> "site/sidebar-left"}}
|
||||
<div class="site-main">
|
||||
{{> "site/topbar"}}
|
||||
{{{body}}}
|
||||
{{> "site/topbar"}}
|
||||
<div class="site-shell-wrap">
|
||||
<div class="site-shell">
|
||||
{{> "site/sidebar-left"}}
|
||||
<div class="site-main">
|
||||
{{{body}}}
|
||||
</div>
|
||||
{{> "site/sidebar-right"}}
|
||||
</div>
|
||||
{{> "site/sidebar-right"}}
|
||||
</div>
|
||||
|
||||
{{ghost_foot}}
|
||||
|
||||
Reference in New Issue
Block a user