2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-01 18:21:30 +00:00

merge in repo changes

This commit is contained in:
Matthias Mair
2023-01-27 16:33:31 +01:00
parent 59d480cee9
commit df9d37ad79
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
module Jekyll
module Drops
class UrlDrop < Drop
def author
@obj.author
end
end
end
end