You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							---
 | 
						
						
						
						
							 | 
							
							layout: default
 | 
						
						
						
						
							 | 
							
							title: Archiv
 | 
						
						
						
						
							 | 
							
							---
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							<div id="home">
 | 
						
						
						
						
							 | 
							
								<h1>Archiv</h1>
 | 
						
						
						
						
							 | 
							
								<ul class="posts">
 | 
						
						
						
						
							 | 
							
									{% for post in site.posts | sort: 'title' %}
 | 
						
						
						
						
							 | 
							
									<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
 | 
						
						
						
						
							 | 
							
									{% endfor %}
 | 
						
						
						
						
							 | 
							
								</ul>
 | 
						
						
						
						
							 | 
							
							</div>
 |