mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: archive
 | 
						|
author_profile: true
 | 
						|
---
 | 
						|
 | 
						|
{% include base_path %}
 | 
						|
 | 
						|
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
 | 
						|
 | 
						|
{% for post in paginator.posts %}
 | 
						|
  {% include archive-single.html %}
 | 
						|
{% endfor %}
 | 
						|
 | 
						|
{% include paginator.html %}
 |