lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.28 vs lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.29

- old
+ new

@@ -33,13 +33,10 @@ Liquid::Template.register_tag('capture', Octopress::Tags::CaptureTag) Liquid::Template.register_tag('return', Octopress::Tags::ReturnTag) Liquid::Template.register_tag('render', Octopress::Tags::RenderTag) 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('content_for', Octopress::Tags::ContentForTag) Liquid::Template.register_tag('yield', Octopress::Tags::YieldTag) Liquid::Template.register_tag('wrap', Octopress::Tags::WrapTag) Liquid::Template.register_tag('_', Octopress::Tags::LineCommentTag) Octopress.register_plugin(Octopress::StylesheetsPlugin, 'user stylesheets', 'local_plugin')