Commit dedb4258 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: gravatar default image updated

parent 83ff1d77
...@@ -12,4 +12,4 @@ def get_gravatar_url(email): ...@@ -12,4 +12,4 @@ def get_gravatar_url(email):
hash_hex = hash_object.hexdigest() hash_hex = hash_object.hexdigest()
# Grab the actual image URL # Grab the actual image URL
return f"https://www.gravatar.com/avatar/{hash_hex}" return f"https://www.gravatar.com/avatar/{hash_hex}?d=mp"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment