Skip to content

Instantly share code, notes, and snippets.

@dragan
Created May 10, 2012 21:19
Show Gist options
  • Save dragan/2655969 to your computer and use it in GitHub Desktop.
Save dragan/2655969 to your computer and use it in GitHub Desktop.
Mulder Rules
Compile("*", (rule) => {
rule.Layout("default");
rule.Filter("Liquid");
});
or
Compile("*", (rule) => {
rule.Layout = "default";
rule.Filter = "Liquid";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment