 c3ceaa7082
			
		
	
	
	c3ceaa7082
	
	
	
		
			
			This theme was started years ago when I was first attempting to build a blog and personal website using Pelican. In February 2025, I retrieved it from an server I had. It was then in a very early stage. I reworked it completely with more modern CSS/HTML (things had changed a *lot*). This theme aims to be simple, accessible, readable. My own needs and preferences influence the choicies I make.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'index.html' %}
 | |
| 
 | |
| {% block page_title %}{{ super() }} — {{ tag|striptags }}{% endblock page_title %}
 | |
| 
 | |
| {% block title %}
 | |
| <h1>Articles dans : {{ tag }}</h1>
 | |
| {% endblock %}
 |