mirror of
https://github.com/GamingShitposting/SalaMuseoGames
synced 2025-06-05 21:59:30 +02:00
Initial commit, patched theme and main pages
This commit is contained in:
9
_plugins/filters/shuffle.rb
Normal file
9
_plugins/filters/shuffle.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module Jekyll
|
||||
module ShuffleFilter
|
||||
def shuffle(array)
|
||||
array.shuffle
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Liquid::Template.register_filter(Jekyll::ShuffleFilter)
|
Reference in New Issue
Block a user