Skip to content

Commit e84408a

Browse files
author
Sascha Spreitzer
committed
Fix content loss
1 parent 65cc04c commit e84408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-haml/ext/convertible.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Layout
55

66
def initialize(*args)
77
old_initialize(*args)
8-
self.transform
8+
self.content = self.transform
99
end
1010
end
1111
end

0 commit comments

Comments
 (0)