From f6fb11a37571b48844c488bc351dd78747ee99bd Mon Sep 17 00:00:00 2001
From: B Strand <jet.strand@gmail.com>
Date: Wed, 12 Oct 2011 13:25:51 -0700
Subject: Added class='citation' to blockquotes generated by the blockquote
 plugin to differentiate their style from the style of an html or markdown
 blockquote.

---
 plugins/blockquote.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/blockquote.rb b/plugins/blockquote.rb
index a0bf12cc..f4f57da3 100644
--- a/plugins/blockquote.rb
+++ b/plugins/blockquote.rb
@@ -71,7 +71,7 @@ module Jekyll
       else
         "#{quote}<footer>#{author}</footer>"
       end
-      "<blockquote>#{blockquote}</blockquote>"
+      "<blockquote class='citation'>#{blockquote}</blockquote>"
     end
 
     def paragraphize(input)
-- 
cgit v1.2.1