Browse code

updated titlecase require on blockquote plugin

Brandon Mathis authored on 11/07/2011 at 15:37:38
Showing 1 changed files
... ...
@@ -14,7 +14,8 @@
14 14
 #     <strong>Bobby Willis</strong><cite><a href="http://google.com/blah">The Search For Bobby's Mom</a>
15 15
 #   </blockquote>
16 16
 #
17
-require './_plugins/titlecase.rb'
17
+require './plugins/titlecase.rb'
18
+
18 19
 module Jekyll
19 20
 
20 21
   class Blockquote < Liquid::Block