lib/octopress-ink.rb in octopress-ink-1.0.0.rc.55 vs lib/octopress-ink.rb in octopress-ink-1.0.0.rc.56
- old
+ new
@@ -239,12 +239,12 @@
end
end
Liquid::Template.register_tag('css_asset_tag', Octopress::Ink::Tags::StylesheetTag)
Liquid::Template.register_tag('js_asset_tag', Octopress::Ink::Tags::JavascriptTag)
-Liquid::Template.register_tag('categories', Octopress::Ink::Tags::CategoryTag)
+Liquid::Template.register_tag('category_links', Octopress::Ink::Tags::CategoryTag)
Liquid::Template.register_tag('category_list', Octopress::Ink::Tags::CategoryTag)
-Liquid::Template.register_tag('tags', Octopress::Ink::Tags::CategoryTag)
+Liquid::Template.register_tag('tag_links', Octopress::Ink::Tags::CategoryTag)
Liquid::Template.register_tag('tag_list', Octopress::Ink::Tags::CategoryTag)
Liquid::Template.register_tag('feeds', Octopress::Ink::Tags::FeedsTag)
Liquid::Template.register_tag('feed_updated', Octopress::Ink::Tags::FeedUpdatedTag)
Octopress::Docs.add({