We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65cc04c + 548ee2d commit 075cd8eCopy full SHA for 075cd8e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.4 2016-06-01
2
+### minor enhancements
3
+ * Fixed loss of content in layout conversion - ([@sspreitzer][])
4
+
5
## 0.1.3 2015-12-08
6
### minor enhancements
7
* Fixed an error with Jekyll 2.3.0 (and probably with prior versions) that crashes when building the site - ([@kalvinarts][])
lib/jekyll-haml/ext/convertible.rb
@@ -5,7 +5,7 @@ class Layout
def initialize(*args)
old_initialize(*args)
8
- self.transform
+ self.content = self.transform
9
end
10
11
lib/jekyll-haml/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Haml
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
0 commit comments