mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +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 |