Новый Jekyll ругается на кодировку.

This commit is contained in:
Alexander Yakovlev 2013-05-06 10:34:45 +07:00
parent f69ee9646b
commit d541c93253
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/bin/env ruby
# encoding: utf-8
module Jekyll
class MathJaxBlockTag < Liquid::Tag
def render(context)

View File

@ -1,3 +1,5 @@
#!/bin/env ruby
# encoding: utf-8
module Jekyll
class WeightTag < Liquid::Tag
def initialize(tag_name, text, tokens)