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 1f132f4 commit 8dd3a49
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,29 @@
<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>
<nav class="site-nav">
<ul>
<li><a href="{{ "/" | relative_url }}">ホーム</a></li>
<!-- 必要に応じて他のリンクを追加 -->
</ul>
</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> -->
<!-- 必要に応じてソーシャルリンクやその他情報を追加 -->
<p>&copy; {{ site.time | date: "%Y" }} {{ site.title }}. All rights reserved.</p>
</div>
</footer>
-->
-->
</body>
</html>

0 comments on commit 8dd3a49

Please sign in to comment.