diff --git a/config.toml b/config.toml index a636fdf..092bc30 100644 --- a/config.toml +++ b/config.toml @@ -20,7 +20,7 @@ name = "About" url = "$BASE_URL/about/" [extra.profile] -avatar_url = "images/stork.svg" +avatar_url = "images/white-stork.jpg" name = "Sebastian Stork" bio = "CS Student & Nix enthusiast" diff --git a/static/images/stork.svg b/static/images/stork.svg deleted file mode 100644 index 2a07ab6..0000000 --- a/static/images/stork.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/white-stork.jpg b/static/images/white-stork.jpg new file mode 100644 index 0000000..047f677 Binary files /dev/null and b/static/images/white-stork.jpg differ