diff --git a/conservancy/templates/news/pressrelease_detail.html b/conservancy/templates/news/pressrelease_detail.html index 90ac7fcf9d36ba5a306d4dee2b2d40757dc67973..378809fb5f5fc298411f0ba28acc3fc1cd8d4a16 100644 --- a/conservancy/templates/news/pressrelease_detail.html +++ b/conservancy/templates/news/pressrelease_detail.html @@ -1,8 +1,9 @@ {% extends "base_news.html" %} +{% load static %} {% 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_one_image_url fallback='/img/conservancy-logo.png' %} +{% include "opengraph_urllist_partial.html" with property='image' urls=object.get_one_image_url fallback='/static/img/conservancy-logo.png' %} {% include "opengraph_urllist_partial.html" with property='video' urls=object.get_one_video_url %} {% endblock %}