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 25, 2024
1 parent fce0cb5 commit 1f132f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- ヘッダー -->
<!-- ヘッダー
<header class="site-header">
<div class="container">
<h1 class="site-title"><a href="{{ "/" | relative_url }}">{{ site.title }}</a></h1>
Expand All @@ -21,18 +21,20 @@ <h1 class="site-title"><a href="{{ "/" | relative_url }}">{{ site.title }}</a></
</nav>
</div>
</header>
-->

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

<!-- フッター -->
<!-- フッター
<footer class="site-footer">
<div class="container">
<!-- <p>&copy; {{ site.time | date: "%Y" }} {{ site.title }}. All rights reserved.</p> -->
<!-- 必要に応じてソーシャルリンクやその他情報を追加 -->
</div>
</footer>
-->
</body>
</html>

0 comments on commit 1f132f4

Please sign in to comment.