2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
inventree-website/_plugins/author_permalink.rb
2023-01-28 00:36:51 +01:00

9 lines
146 B
Ruby

module Jekyll
module Drops
class UrlDrop < Drop
def doc_author
@obj.data['author']
end
end
end
end