2010-10-04 13:52:04 +00:00
|
|
|
{% extends "base_blog.html" %}
|
|
|
|
|
2017-11-07 16:17:33 +00:00
|
|
|
{% block head %}
|
|
|
|
{% include "opengraph_partial.html" with url=object.get_absolute_url title=object.headline description=object.get_description %}
|
2018-09-21 14:57:14 +00:00
|
|
|
{% 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='video' urls=object.get_one_video_url %}
|
2017-11-07 16:17:33 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
2021-12-17 21:56:14 +00:00
|
|
|
{% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %}
|
2010-10-04 13:52:04 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2021-10-18 13:50:30 +00:00
|
|
|
<div class="breadcrumbs">
|
2021-10-18 13:56:24 +00:00
|
|
|
<p><a href="/">Home</a> / <a href="/news/">News</a> / <a href="/blog/">Blog</a></p>
|
2021-10-18 13:50:30 +00:00
|
|
|
</div>
|
2010-10-04 13:52:04 +00:00
|
|
|
|
2016-12-30 23:06:20 +00:00
|
|
|
{% include "blog/entry_partial.html" with entry=object htag="h2" only %}
|
2010-10-04 13:52:04 +00:00
|
|
|
|
2016-12-30 23:06:20 +00:00
|
|
|
<p class="blog-comments">Please email any comments on this entry to
|
|
|
|
<a href="mailto:info@sfconservancy.org">info@sfconservancy.org</a>.</p>
|
2010-10-04 13:52:04 +00:00
|
|
|
|
2010-10-04 16:25:53 +00:00
|
|
|
<p><span class="continued"><a href="/blog/">Other Conservancy Blog entries…</a></span></p>
|
2010-10-04 13:52:04 +00:00
|
|
|
|
|
|
|
{% endblock %}
|