From acd1ba34d3b74ebb6574d35bc798e1d5f185748a Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 11 Jul 2011 11:37:38 -0400 Subject: [PATCH] updated titlecase require on blockquote plugin --- .themes/classic/plugins/blockquote.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.themes/classic/plugins/blockquote.rb b/.themes/classic/plugins/blockquote.rb index 2f0712b..d85fde5 100644 --- a/.themes/classic/plugins/blockquote.rb +++ b/.themes/classic/plugins/blockquote.rb @@ -14,7 +14,8 @@ # Bobby WillisThe Search For Bobby's Mom # # -require './_plugins/titlecase.rb' +require './plugins/titlecase.rb' + module Jekyll class Blockquote < Liquid::Block