Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka-bow authored Sep 24, 2024
1 parent a0a194d commit ac85d38
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
</head>
<body>
<div class="container">
<!-- サイドバー -->
<aside class="sidebar" id="sidebar">
{% include sidebar.html %}
</aside>

<!-- リサイズバー -->
<div id="dragbar"></div>

<!-- メインコンテンツ -->
<main class="content" id="main-content">
{{ content }}
</main>
</div>

<!-- スクリプトを読み込み -->
<script src="{{ "/assets/js/resize.js" | relative_url }}"></script>
</body>
</html>
<div class="container">
<!-- メインコンテンツ -->
<main class="content" id="main-content">
{{ content }}
</main>
</div>

0 comments on commit ac85d38

Please sign in to comment.