mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			404 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			404 B
		
	
	
	
	
	
	
	
title, description, keywords, categories, menu, toc, signature, relatedfuncs
| title | description | keywords | categories | menu | toc | signature | relatedfuncs | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| upper | Converts all characters in a string to uppercase | 
 | 
 | 
 | 
Note that upper can be applied in your templates in more than one way:
{{ upper "BatMan" }} → "BATMAN"
{{ "BatMan" | upper }} → "BATMAN"