Created
September 16, 2010 13:47
-
-
Save zuchmanski/582446 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s = SiteLayoutTemplate.new(:name => "simple (only title)", :html => "<h1>{{ site.title }}</h1>", :css => "body {background-color: {{colors[\"background\"]}};}") | |
s.options = {:colors => {"background" => "#aaa"}} | |
s.save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment