mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +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 |