We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f590470 commit 835a7ceCopy full SHA for 835a7ce
themes/vocabulary_theme/templates/macros/og_image.html
@@ -13,7 +13,7 @@
13
{% if page.author %}
14
{% set author = page.parent.parent.children.get('authors').children.get(page.author) %}
15
{% if author and author.md5_hashed_email %}
16
- {% set gravatarURL = 'https://secure.gravatar.com/avatar/' + author.md5_hashed_email + '?size=300' %}
+ {% set gravatarURL = 'https://secure.gravatar.com/avatar/' + author.md5_hashed_email + '?size=300&d=mp' %}
17
{% set queryParams = queryParams + '&images=' + gravatarURL %}
18
{% set pageTitle = page.title + '<br><sm style="font-size:70px;">By '+ render_author_name(author) + '</sm>' %}
19
{% endif %}
0 commit comments