v0.1.2 헤더 구조 및 사이드바 효과 수정

This commit is contained in:
2026-04-13 10:44:56 +09:00
parent 890b3c1902
commit fab60c0c89
6 changed files with 295 additions and 103 deletions

View File

@@ -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}}