Add magic comments for UTF-8

This commit is contained in:
Parker Moore 2014-08-10 16:16:48 -04:00
parent 45a347c022
commit 68fb130fd0
4 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module Jekyll module Jekyll
class Document class Document
include Comparable include Comparable

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module Jekyll module Jekyll
class Renderer class Renderer

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module Jekyll module Jekyll
class Site class Site
attr_accessor :config, :layouts, :posts, :pages, :static_files, attr_accessor :config, :layouts, :posts, :pages, :static_files,

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module Jekyll module Jekyll
module Tags module Tags
class IncludeTagError < StandardError class IncludeTagError < StandardError