lib/nanoc/base/source_data/layout.rb in nanoc-4.0.0b2 vs lib/nanoc/base/source_data/layout.rb in nanoc-4.0.0b3
- old
+ new
@@ -1,6 +1,4 @@
-# encoding: utf-8
-
module Nanoc::Int
# Represents a layout in a nanoc site. It has content, attributes, an
# identifier and a modification time (to speed up compilation).
#
# @api private