Skip to content

Commit

Permalink
Move filter source into _plugins/
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencewoodman committed Apr 2, 2011
1 parent ca97895 commit 60fc463
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Liquid](http://www.liquidmarkup.org/) Filter that will display the do
Installation
------------
This was originally developed for use with [Jekyll](http://jekyllrb.com/), to register it as a plugin,
copy `domain_name.filter.rb` to your `_plugins` directory.
copy `_plugins/domain_name.filter.rb` to your `_plugins` directory.

How to use it
-------------
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_domain_name.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'test/unit'
require_relative '../domain_name.filter'
require_relative '../_plugins/domain_name.filter'

class FilterTest < Test::Unit::TestCase
include Liquid
Expand Down

0 comments on commit 60fc463

Please sign in to comment.