19 lines
		
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<article>
 | 
						|
  <header>
 | 
						|
    <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
 | 
						|
 | 
						|
    {{ partial "post_meta.html" . }}
 | 
						|
 | 
						|
  </header>
 | 
						|
 | 
						|
  <p style="text-align: justify">
 | 
						|
  {{ .Summary }}
 | 
						|
  </p>
 | 
						|
 | 
						|
  {{ if .Truncated }}
 | 
						|
  <footer>
 | 
						|
    <a href="{{ .RelPermalink }}">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
 | 
						|
  </footer>
 | 
						|
  {{ end }}
 | 
						|
</article>
 |