zrcadlo
				https://github.com/arsenetar/pelican-red.git
				synchronizováno 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.
		
			
				
	
	
		
			12 řádky
		
	
	
		
			212 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 řádky
		
	
	
		
			212 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %}
 | |
| {% block content %}
 | |
| {% if authors %}
 | |
| <ul class="item-list">
 | |
|   {% for author, articles  in authors %}
 | |
|   {% include '_author_item.html' %}
 | |
|   {% endfor %}
 | |
| </ul>
 | |
| {% endif %}
 | |
| {% endblock %}
 | |
| 
 |