mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			312 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			312 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | --- | ||
|  | layout: default | ||
|  | author_profile: false | ||
|  | --- | ||
|  | 
 | ||
|  | <div id="main" role="main"> | ||
|  |   {% include sidebar.html %} | ||
|  | 
 | ||
|  |   <div class="archive"> | ||
|  |     <h1 class="page__title">{{ page.title }}</h1> | ||
|  |     {% include base_path %} | ||
|  |     {% for post in page.posts %} | ||
|  |       {% include archive-single.html %} | ||
|  |     {% endfor %} | ||
|  |   </div> | ||
|  | </div> |