mirror of
				https://github.com/arsenetar/pelican-red.git
				synced 2025-09-11 19:58:18 +00:00 
			
		
		
		
	The templates now include microformatting from schema.org. The title and content_title blocks are no longer in most templates. This updates the progess on issue #1
		
			
				
	
	
		
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %}
 | |
| {% block content %}
 | |
| <ul class="item-list featured" itemscope itemtype="http://schema.org/ItemList">
 | |
| {% include '_author_item.html' %}
 | |
| </ul>
 | |
| {{ super() }}
 | |
| {% endblock %}
 | |
| 
 |