Skip to content

Commit

Permalink
Fix typo in opengraph embed (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apreche authored Sep 21, 2023
1 parent 329c4aa commit 5a4257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shows/templates/shows/content_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block title %}{{ content.title }} | {{ show.title }}{% endblock title %}
{% block opengraphextra %}
<meta property="og:title" content="{{ content.title }}" />
<meta property="og:description" content="{{ content.rendered_html|striptags }}"
<meta property="og:description" content="{{ content.rendered_html|striptags }}" />
{% if content.image %}
<meta property="og:image" content="{{ content.image.url }}" />
{% elif content.show.logo %}
Expand Down

0 comments on commit 5a4257d

Please sign in to comment.