Skip to content

Commit

Permalink
✨Version 1.0.1
Browse files Browse the repository at this point in the history
Gravatar Default Bug
  • Loading branch information
mcreef committed Jun 18, 2020
1 parent a462817 commit 319d957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Sign Up for GRAVATAR here: http://gravatar.org/
*/
$email = "[email protected]";
$default = "src/user_placeholder.png";
$default = "https://mcreef.de/src/user_placeholder.png";
$size = 400;

$grav_url = "https://www.gravatar.com/avatar/" . md5( strtolower( trim( $email ) ) ) . "?d=" . urlencode( $default ) . "&s=" . $size;
Expand Down

0 comments on commit 319d957

Please sign in to comment.