mirror of
				https://github.com/arsenetar/pelican-red.git
				synced 2025-09-11 19:58:18 +00:00 
			
		
		
		
	Update the templates to remove the excessive itemprop tags as it really is not a good idea. Cleanup a few minor things.
		
			
				
	
	
		
			9 lines
		
	
	
		
			148 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			148 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %}
 | |
| {% block content %}
 | |
| <ul class="item-list featured">
 | |
| {% include '_author_item.html' %}
 | |
| </ul>
 | |
| {{ super() }}
 | |
| {% endblock %}
 | |
| 
 |