Skip to content

Commit b1e0a31

Browse files
committed
ヘッダー、フッターの画像を webp に置き換え
1 parent 2f12731 commit b1e0a31

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
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/common/footer-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3+
<img src="/img/2025/common/footer-logo.webp" alt="DojoCon Japan 2025 Inspire Next." />
44
</div>
55
<div class="footer-social">
66
<a href="https://x.com/{{ site.x }}" target="_blank" rel="noopener" class="social-x" aria-label="X">

_includes/header.html

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

img/2025/common/footer-logo.png

-91.7 KB
Binary file not shown.

img/2025/common/footer-logo.webp

44.4 KB
Binary file not shown.

img/2025/common/header-logo.png

-44.4 KB
Binary file not shown.

img/2025/common/header-logo.webp

13.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)