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