Index: lib/blog_tags.rb =================================================================== --- lib/blog_tags.rb (revision 46) +++ lib/blog_tags.rb (working copy) @@ -1,7 +1,7 @@ module BlogTags include Radiant::Taggable - tag "next" do |tag| + tag "b_next" do |tag| current = tag.locals.page by = (tag.attr['by'] || 'published_at').strip @@ -22,7 +22,7 @@ end end - tag "previous" do |tag| + tag "b_previous" do |tag| current = tag.locals.page by = (tag.attr['by'] || 'published_at').strip