aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-17 17:24:35 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-17 17:24:35 -0400
commite55f5f9ab99df2d34237308a94d6f0d0db29e74b (patch)
treea3098eb318f7bb974ae66e68ff36c9cd86209c67 /.themes
parent6a6de74aade2d4c083a49751c7d08964ce46395b (diff)
downloadmy_new_personal_website-e55f5f9ab99df2d34237308a94d6f0d0db29e74b.tar.xz
my_new_personal_website-e55f5f9ab99df2d34237308a94d6f0d0db29e74b.zip
removed unnecessary regex from pullquote plugin
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/plugins/pullquote.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/.themes/classic/plugins/pullquote.rb b/.themes/classic/plugins/pullquote.rb
index 2b8544ab..ff576fa0 100644
--- a/.themes/classic/plugins/pullquote.rb
+++ b/.themes/classic/plugins/pullquote.rb
@@ -21,8 +21,6 @@
module Jekyll
class PullquoteTag < Liquid::Block
- PullQuoteMarkup = /\{(.+)\}/i
-
def initialize(tag_name, markup, tokens)
super
end