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
| module SoupCMS | |
| module Core | |
| module Recipe | |
| class Inline | |
| def initialize(recipe_hash, page_module) | |
| @recipe_hash = recipe_hash | |
| @page_module = page_module | |
| end |
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
| --- | |
| name: footer | |
| copyright: "Copyright © 2013 soupCMS, Licensed under <a href=\"http://opensource.org/licenses/mit-license.html\">MIT License.</a>" | |
| links: | |
| - | |
| label: About | |
| link: | |
| url: http://www.soupcms.com/about | |
| - | |
| label: Contact Us |
NewerOlder