1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/lib/default.rb
2011-07-31 22:51:41 +02:00

15 lines
260 B
Ruby

# All files in the 'lib' directory will be loaded
# before nanoc starts compiling.
include Nanoc3::Helpers::Breadcrumbs
class Nanoc3::Item
def add_references refs
@raw_content += "\n\n#{refs}"
end
def name
identifier.split("/").last
end
end