From 2989d12bc3a759c08d49a58fed2cdee2a2d2154c Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Wed, 6 Aug 2025 21:18:38 +0900 Subject: [PATCH 1/3] =?UTF-8?q?update:=20BootStrap=20=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=80=81tailwind=20=E3=81=AE=E5=B0=8E=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/head.html | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index c2e6292d..781b4a08 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -60,31 +60,10 @@ - - - + + - - - - - - - From 8967e967a22ba7ce9ff33b500bdf9c7f5ba6dc3e Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Wed, 6 Aug 2025 22:55:12 +0900 Subject: [PATCH 2/3] remove jQuery --- _layouts/default.html | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2f8c187e..12aeda6d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,34 +14,5 @@
Up
{% include footer.html %} - - From c90f76527c12ad4d2de4b05a2928fdfa3be5f730 Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Wed, 6 Aug 2025 23:28:02 +0900 Subject: [PATCH 3/3] fix layout --- _includes/top/sections/contact.html | 2 +- _layouts/condition.html | 9 ++++----- _layouts/page.html | 7 +++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/_includes/top/sections/contact.html b/_includes/top/sections/contact.html index b8ce49f9..dea2f0be 100644 --- a/_includes/top/sections/contact.html +++ b/_includes/top/sections/contact.html @@ -1,5 +1,5 @@
-
+

お問い合わせ

CONTACT

DojoCon Japan {{ site.year }}についてのお問い合わせは
以下のリンク先(Googleフォーム)よりお願いいたします。

diff --git a/_layouts/condition.html b/_layouts/condition.html index 25d2fa30..c3634351 100644 --- a/_layouts/condition.html +++ b/_layouts/condition.html @@ -1,12 +1,11 @@ --- layout: default --- -
-
-

{{ page.title }}

-

{{ page.subtitle }}

+
+
+

{{ page.title }}

+

{{ page.subtitle }}

-
diff --git a/_layouts/page.html b/_layouts/page.html index cb9b8906..6dca1bfd 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,12 +1,11 @@ --- layout: default --- -
-
+
+

{{ page.subtitle }}

-

{{ page.title }}

+

{{ page.title }}

-