1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-29 10:36:48 +02:00
muflax65ngodyewp.onion/lib/sites.rb

13 lines
117 B
Ruby
Raw Normal View History

def main_site?
true
end
def blog?
false
end
2012-04-11 15:50:50 +02:00
def sites
Dir['content_*'].map{|d| d.gsub(/^content_/, '')}
end