lib/nanoc/data_sources/static.rb in nanoc-3.6.11 vs lib/nanoc/data_sources/static.rb in nanoc-3.7.0

- old
+ new

@@ -15,12 +15,12 @@ # are simple static items, just like `foo.css`. # # The default data source directory is `static/`, but this can be overridden # in the data source configuration: # - # data_sources: - # - type: static - # prefix: assets + # data_sources: + # - type: static + # prefix: assets # # Unless the `hide_items` configuration attribute is false, items from static # data sources will have the :is_hidden attribute set by default, which will # exclude them from the Blogging helper's atom feed generator, among other # things.