Skip to content

Commit b2e0636

Browse files
committed
fix: refactor
1 parent a8dc4b2 commit b2e0636

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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: 2 additions & 2 deletions
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." />
3-
</h1>
2+
<img src="/img/2025/common/header-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3+
</h1>

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% if page_title or page_title == '' %}
2-
{% assign page_title = page.title %}
2+
{% assign page_title = page.title %}
33
{% endif %}
44
{% if page_subtitle or page_subtitle == '' %}
5-
{% assign page_subtitle = page.subtitle %}
5+
{% assign page_subtitle = page.subtitle %}
66
{% endif %}
77
{% assign page_title = page.title %}
88
<!DOCTYPE html>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)