diff options
author | Paweł Dybiec <pawel@dybiec.info> | 2020-04-25 20:16:54 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel@dybiec.info> | 2020-04-25 20:16:54 +0200 |
commit | e062bbb3fa236eab85ef9b912df3ebe63db8c36d (patch) | |
tree | 4e5bb49d81c52ae2bcd8ae102d560c2ef4b99e91 | |
parent | Bump stack resolver as high as compatible with hakyll (diff) |
Convert profile picture to webp
-rw-r--r-- | images/profile.jpg | bin | 88921 -> 0 bytes | |||
-rw-r--r-- | images/profile.webp | bin | 0 -> 15248 bytes | |||
-rw-r--r-- | templates/default.html | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/images/profile.jpg b/images/profile.jpg Binary files differdeleted file mode 100644 index 2f8ac0b..0000000 --- a/images/profile.jpg +++ /dev/null diff --git a/images/profile.webp b/images/profile.webp Binary files differnew file mode 100644 index 0000000..3ea6909 --- /dev/null +++ b/images/profile.webp diff --git a/templates/default.html b/templates/default.html index 7e61229..d31c837 100644 --- a/templates/default.html +++ b/templates/default.html @@ -11,7 +11,7 @@ <aside> <div> <a href="/"> - <img src="/images/profile.jpg" alt="dyniec's website" title="dyniec's website"> + <img src="/images/profile.webp" alt="dyniec's website" title="dyniec's website"> </a> <nav> |