2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00
inventree-website/_plugins/author_permalink.rb
2023-01-27 16:33:31 +01:00

9 lines
134 B
Ruby

module Jekyll
module Drops
class UrlDrop < Drop
def author
@obj.author
end
end
end
end