mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| module Jekyll
 | |
|     module Drops
 | |
|       class UrlDrop < Drop
 | |
|         def doc_author
 | |
|           @obj.data['author']
 | |
|         end
 | |
|       end
 | |
|     end
 | |
|   end |