7 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h2>Latest Blog Posts</h2>
 | 
						|
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
 | 
						|
<h3><a href="{{ .RelPermalink }}">{{ .Name }}</a></h3>
 | 
						|
<p>{{ .Summary }}</p>
 | 
						|
<a href="{{ .RelPermalink }}">Read More ></a>
 | 
						|
{{ end }}
 |