ソースを参照

Render locals in layout as well as template

tags/v0.4.0
Adrian Short 5年前
コミット
c9c314e74b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lib/petrify.rb

+ 1
- 1
lib/petrify.rb ファイルの表示

@@ -18,7 +18,7 @@ module Petrify
fn = File.join(dir, 'index.html')
# https://stackoverflow.com/questions/6125265/using-layouts-in-haml-files-independently-of-rails
html = Haml::Engine.new(File.read(@@layout_fn)).render do
html = Haml::Engine.new(File.read(@@layout_fn)).render(Object.new, locals) do
Haml::Engine.new(File.read(File.join(@@views_dir, "#{template}.haml"))).render(Object.new, locals)
end



読み込み中…
キャンセル
保存