Skip to content

Commit 673db71

Browse files
committed
refactor: file move
1 parent a8dc4b2 commit 673db71

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="site-footer">
22
<div class="footer-logo">
3-
<img src="/img/2025/top/footer_logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3+
<img src="/img/2025/common/footer-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
44
</div>
55
<div class="footer-social">
66
<a href="https://twitter.com/{{ site.twitter }}" target="_blank" rel="noopener" class="social-x" aria-label="X">
@@ -23,4 +23,4 @@
2323
<div class="footer-copyright">
2424
&copy; DojoCon Japan 2025 実行委員会
2525
</div>
26-
</footer>
26+
</footer>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h1 class="max-w-lg mx-auto pt-5 px-8">
2-
<img src="/img/2025/top/header-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
2+
<img src="/img/2025/common/header-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
33
</h1>

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<html lang="ja" dir="ltr">
1010
{% include head.html %}
1111

12-
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-screen p-4 flex">
12+
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
1313
<div class="bg-white rounded-2xl min-h-full flex-1 flex flex-col">
1414
{% include header.html %}
1515

16-
<div class="flex-1">
16+
<div>
1717
{{ content }}
1818
</div>
1919

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)