Put "Conservancy Blog" heading in shaded element for consistency with news
This commit is contained in:
parent
55d84a19b1
commit
4802759d06
1 changed files with 1 additions and 1 deletions
|
@ -87,8 +87,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p><span class="continued"><a href="/news/">Conservancy News Archive…</a></span></p>
|
<p><span class="continued"><a href="/news/">Conservancy News Archive…</a></span></p>
|
||||||
{% if blog.0.is_recent %}
|
{% if blog.0.is_recent %}
|
||||||
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2>
|
|
||||||
<div class="shaded">
|
<div class="shaded">
|
||||||
|
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2>
|
||||||
<h3><a href="{{ blog.0.get_absolute_url }}">{{ blog.0.headline|safe }}</a></h3>
|
<h3><a href="{{ blog.0.get_absolute_url }}">{{ blog.0.headline|safe }}</a></h3>
|
||||||
<p class="date">Posted by {{ blog.0.author.formal_name }}
|
<p class="date">Posted by {{ blog.0.author.formal_name }}
|
||||||
on {{ blog.0.pub_date|date:"F j, Y" }}</p>
|
on {{ blog.0.pub_date|date:"F j, Y" }}</p>
|
||||||
|
|
Loading…
Reference in a new issue