lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.21 vs lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.22

- old
+ new

@@ -25,16 +25,18 @@ end Liquid::Template.register_tag('include', Octopress::Tags::IncludeTag) Liquid::Template.register_tag('assign', Octopress::Tags::AssignTag) Liquid::Template.register_tag('capture', Octopress::Tags::CaptureTag) +Liquid::Template.register_tag('return', Octopress::Tags::ReturnTag) Liquid::Template.register_tag('octopress_js', Octopress::Tags::JavascriptTag) Liquid::Template.register_tag('octopress_css', Octopress::Tags::StylesheetTag) Liquid::Template.register_tag('content_for', Octopress::Tags::ContentForBlock) 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::WrapYieldBlock) +Liquid::Template.register_tag('wrap_yield', Octopress::Tags::WrapTag) +Liquid::Template.register_tag('wrap', Octopress::Tags::WrapTag) Octopress.register_plugin(Octopress::StylesheetsPlugin, 'user stylesheets', 'local_plugin')