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 /templates | |
parent | Bump stack resolver as high as compatible with hakyll (diff) |
Convert profile picture to webp
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |