diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html index 895004d20faa4297004a0497a61874ae024a9dcd..1949694ab5e086f1737279d00fcb906d7ae52d4b 100644 --- a/www/conservancy/templates/blog/entry_detail.html +++ b/www/conservancy/templates/blog/entry_detail.html @@ -1,5 +1,11 @@ {% extends "base_blog.html" %} +{% block head %} +{% include "opengraph_partial.html" with url=object.get_absolute_url title=object.headline description=object.get_description %} +{% include "opengraph_urllist_partial.html" with property='image' urls=object.get_image_urls fallback='/img/conservancy-logo.png' %} +{% include "opengraph_urllist_partial.html" with property='video' urls=object.get_video_urls %} +{% endblock %} + {% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %} {% block content %}