diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 5620b4d21..59492d8bd 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -26,7 +26,7 @@ {% endblock %} {% block scripts %} - {% if page.has_tweets %} + {% if page.has_tweets or page.type == 'tweet' %} {% endif %}