1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-03 11:00:42 +02:00
muflax65ngodyewp.onion/lib/default.rb

15 lines
260 B
Ruby
Raw Normal View History

2011-07-31 22:51:41 +02:00
# 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