Changeset - d24d3763b303
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2014-03-31 22:34:01
bkuhn@ebb.org
Improve template for blog when two appear.
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -99,3 +99,3 @@
 
{% if blog.1.is_recent %}
 
<div class="shaded">
 
<hr/>
 
<p class="date">{{ blog.1.pub_date|date:"F j, Y" }}</p>
...
 
@@ -105,3 +105,4 @@
 
<p class="small date">Posted by {{ blog.1.author.formal_name }}</p>
 
<p><a href="/blog/">Conservancy Blog Archive...</a></p>
 
<hr/>
 
<p><a href="/blog/">Conservancy Blog Archive&hellip;</a></p>
 
</div>
0 comments (0 inline, 0 general)