We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb6589c + 0808d96 commit 145d33eCopy full SHA for 145d33e
themes/vocabulary_theme/templates/macros/og_image.html
@@ -15,7 +15,7 @@
15
{% if author and author.md5_hashed_email %}
16
{% 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>' %}
+ {% set pageTitle = page.title + "<br><sm style='font-size:70px;'>By " + render_author_name(author) + "</sm>" %}
19
{% endif %}
20
21
0 commit comments