mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Merge commit '41bc6f702aa54200530efbf4267e5c823df3028d'
This commit is contained in:
		@@ -56,7 +56,7 @@ The previous examples have used the full content filename to look up the post. D
 | 
			
		||||
 | 
			
		||||
This code snippet---in the form of a [partial template][partials]---allows you to do the following:
 | 
			
		||||
 | 
			
		||||
1. Grab the index object of your `tags` [taxonomy][].
 | 
			
		||||
1. Grab the index object of your `tags` [taxonomy].
 | 
			
		||||
2. Assign this object to a variable, `$t`
 | 
			
		||||
3. Sort the terms associated with the taxonomy by popularity.
 | 
			
		||||
4. Grab the top two most popular terms in the taxonomy (i.e., the two most popular tags assigned to content.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user