Skip to content

Commit 145d33e

Browse files
authored
Merge pull request creativecommons#571 from creativecommons/og-image-fix-quotes
2 parents bb6589c + 0808d96 commit 145d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vocabulary_theme/templates/macros/og_image.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% if author and author.md5_hashed_email %}
1616
{% set gravatarURL = 'https://secure.gravatar.com/avatar/' + author.md5_hashed_email + '?size=300&d=mp' %}
1717
{% set queryParams = queryParams + '&images=' + gravatarURL %}
18-
{% set pageTitle = page.title + '<br><sm style="font-size:70px;">By '+ render_author_name(author) + '</sm>' %}
18+
{% set pageTitle = page.title + "<br><sm style='font-size:70px;'>By " + render_author_name(author) + "</sm>" %}
1919
{% endif %}
2020
{% endif %}
2121

0 commit comments

Comments
 (0)