Files @ 703df9c8e97f
Branch filter:

Location: website/www/conservancy/templates/base_projects.html

brett
Blogs/news only include a single OG image/video.

For now, this gives us more assurance that other sites will choose the
preview we want.

You can control the selection by adding data-ogpreview to image, video, and
source elements. data-ogpreview=0 excludes the element from being included
in the preview. Positive numbers set the preview priority. The lowest
value found is chosen first.
{% extends "base_conservancy.html" %}
{% block outercontent %}
    <div id="container">
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
            <h2>{% block category %}Projects{% endblock %} &amp; Services</h2>
            <ul>
            <li class="Current"><a href="/projects/current/">Current Member Projects</a></li>
            <li class="Applying"><a href="/projects/apply/">Applying</a></li>
            <li class="Services"><a href="/projects/services/">Member Project Services</a></li>
            <li class="Policies"><a href="/projects/policies/">Member Project Policies</a></li>
            </ul>
         </div>
               <div id="mainContent">{% block content %}{% endblock %}
               </div>
   </div>
{% endblock %}