lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.20 vs lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.21
- old
+ new
@@ -23,9 +23,11 @@
Plugins.register_plugin(plugin, name, type)
end
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('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)