class Jekyll::Publisher

def can_be_published?(thing)

def can_be_published?(thing)
  thing.data.fetch("published", true) || @site.unpublished
end