mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 01:55:37 +00:00
change permalink to fit githubs model
This commit is contained in:
9
_plugins/author_permalink.rb
Normal file
9
_plugins/author_permalink.rb
Normal file
@ -0,0 +1,9 @@
|
||||
module Jekyll
|
||||
module Drops
|
||||
class UrlDrop < Drop
|
||||
def author
|
||||
@obj.author
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user