add collection.label to Document#to_liquid
This commit is contained in:
		
							parent
							
								
									8d65c9c92f
								
							
						
					
					
						commit
						f623404b89
					
				| 
						 | 
				
			
			@ -206,7 +206,8 @@ module Jekyll
 | 
			
		|||
          "content"       => content,
 | 
			
		||||
          "path"          => path,
 | 
			
		||||
          "relative_path" => relative_path,
 | 
			
		||||
          "url"           => url
 | 
			
		||||
          "url"           => url,
 | 
			
		||||
          "label"         => collection.label
 | 
			
		||||
        }
 | 
			
		||||
      else
 | 
			
		||||
        data
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue