Skip to content

Commit cb09655

Browse files
committed
navbar のリンク先を修正
1 parent 14938e6 commit cb09655

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<nav
33
class="rounded-[40px] w-fit mx-auto bg-[#f5f5f5] mt-8 inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] shadow-[7px_7px_10px_rgba(125,125,125,0.15)]">
44
<ul class="flex flex-wrap min-h-20 items-center p-5 justify-center divide-x-2 gap-y-2 *:text-[#cc8f2e] *:px-6">
5-
<li><a href="#outline">開催概要</a></li>
6-
<li><a href="#session">セッション</a></li>
5+
<li><a href="/#outline">開催概要</a></li>
6+
<li><a href="/#session">セッション</a></li>
77
<li><a href="/events/">企画</a></li>
88
<li><a href="/contests/">コンテスト</a></li>
99
<li><a href="https://suzuri.jp/DojoConJapan" target="_blank">グッズ</a></li>

_pages/events.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
layout: default
33
permalink: /events/
44
---
5-
<h2 id="outline" class="text-4xl text-center mb-8 pt-40 xl:pt-20">
5+
{% include navbar.html %}
6+
7+
<h2 class="text-4xl text-center mb-8 mt-30 xl:mt-15">
68
企画
79
<span class="block mt-5 text-2xl">EVENTS</span>
810
</h2>

_pages/news.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: default
33
permalink: /news/
44
---
5+
{% include navbar.html %}
6+
57
<h2 class="text-4xl text-center mb-8 mt-30 xl:mt-15">
68
お知らせ
79
<span class="block mt-5 text-2xl">NEWS</span>

0 commit comments

Comments
 (0)