Skip to content

Commit a5d57e0

Browse files
committed
reencode ascii_globe_frame to webp
this brings the image size from 1,730kb to 5.24kb, a 99.69% decrease
1 parent f7875f2 commit a5d57e0

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

assets/media/ascii_globe_frame.png

-1.65 MB
Binary file not shown.
5.12 KB
Loading

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Featured Projects</h3>
3636
<div class="cards-grid">
3737
{{ partial "home-card.html" (dict
3838
"href" "/posts/asciiglobe/"
39-
"src" "media/ascii_globe_frame.png"
39+
"src" "media/ascii_globe_frame.webp"
4040
"alt" "A spinning globe rendered with text"
4141
"style" "background: transparent;"
4242
"title" "ASCII-Globe"

0 commit comments

Comments
 (0)