mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			486 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			486 B
		
	
	
	
	
	
	
	
title, linktitle, description, godocref, date, publishdate, lastmod, keywords, categories, menu, toc, signature, workson, hugoversion, relatedfuncs, deprecated, draft, aliases
| title | linktitle | description | godocref | date | publishdate | lastmod | keywords | categories | menu | toc | signature | workson | hugoversion | relatedfuncs | deprecated | draft | aliases | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| last | last | slices an array to only the last <em>N</em>th elements. | 2017-02-01 | 2017-02-01 | 2017-02-01 | 
  | 
  | 
  | 
  | 
false | false | 
{{ range last 10 .Pages }}
    {{ .Render "summary" }}
{{ end }}