Adam Scott
Results
1
comments of
Adam Scott
I too had this problem. I was able to "fix" it using this monkey patch: ``` module Toto class Site class Context def to_html_without_layout(page) to_html page, @config end end end...