lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.23 vs lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.24

- old
+ new

@@ -35,9 +35,10 @@ Liquid::Template.register_tag('head', Octopress::Tags::HeadBlock) Liquid::Template.register_tag('footer', Octopress::Tags::FooterBlock) Liquid::Template.register_tag('scripts', Octopress::Tags::ScriptsBlock) Liquid::Template.register_tag('yield', Octopress::Tags::YieldTag) Liquid::Template.register_tag('wrap_yield', Octopress::Tags::WrapTag) +Liquid::Template.register_tag('wrap_render', Octopress::Tags::WrapTag) Liquid::Template.register_tag('wrap', Octopress::Tags::WrapTag) Octopress.register_plugin(Octopress::StylesheetsPlugin, 'user stylesheets', 'local_plugin')