Rework how blog authors appear.
This commit is contained in:
		
							parent
							
								
									d66597edeb
								
							
						
					
					
						commit
						f3548d51a0
					
				
					 1 changed files with 9 additions and 5 deletions
				
			
		|  | @ -89,19 +89,23 @@ | |||
| {% 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"> | ||||
| <p class="date">{{ blog.0.pub_date|date:"F j, Y" }}</p> | ||||
| <h3><a href="{{ blog.0.get_absolute_url }}">{{ blog.0.headline|safe }}</a></h3> | ||||
| <p class="date">Posted by {{ blog.0.author.formal_name }}<br/> | ||||
| on {{ blog.0.pub_date|date:"F j, Y" }}</p> | ||||
| {{ blog.0.summary|safe }} | ||||
| <p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More...</a></span></p> | ||||
| <p class="small date">Posted by {{ blog.0.author.formal_name }}</p> | ||||
| <p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More | ||||
|       from {{ blog.0.author.causal_name }} on this…</a></span></p> | ||||
| 
 | ||||
| {% endif %} | ||||
| {% if blog.1.is_recent %} | ||||
| <hr/> | ||||
| <p class="date">{{ blog.1.pub_date|date:"F j, Y" }}</p> | ||||
| <h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3> | ||||
| <p class="date">Posted by {{ blog.1.author.formal_name }}<br/> | ||||
| on {{ blog.1.pub_date|date:"F j, Y" }}</p> | ||||
| {{ blog.1.summary|safe }} | ||||
| <p><span class="continued"><a href="{{ blog.1.get_absolute_url }}">Read More...</a></span></p> | ||||
| <p class="small date">Posted by {{ blog.1.author.formal_name }}</p> | ||||
| <p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More | ||||
|       from {{ blog.1.author.casual_name }} on this…</a></span></p> | ||||
| {% endif %} | ||||
| </div> | ||||
| <p><span class="continued"><a href="/blog/">Conservancy Blog Archive…</a></span></p> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn