lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.27 vs lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.28
- old
+ new
@@ -38,11 +38,9 @@
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::WrapTag)
-Liquid::Template.register_tag('wrap_render', Octopress::Tags::WrapTag)
Liquid::Template.register_tag('wrap', Octopress::Tags::WrapTag)
Liquid::Template.register_tag('_', Octopress::Tags::LineCommentTag)
Octopress.register_plugin(Octopress::StylesheetsPlugin, 'user stylesheets', 'local_plugin')