diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-17 17:24:35 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-17 17:24:35 -0400 |
commit | e55f5f9ab99df2d34237308a94d6f0d0db29e74b (patch) | |
tree | a3098eb318f7bb974ae66e68ff36c9cd86209c67 | |
parent | 6a6de74aade2d4c083a49751c7d08964ce46395b (diff) | |
download | my_new_personal_website-e55f5f9ab99df2d34237308a94d6f0d0db29e74b.tar.xz my_new_personal_website-e55f5f9ab99df2d34237308a94d6f0d0db29e74b.zip |
removed unnecessary regex from pullquote plugin
-rw-r--r-- | .themes/classic/plugins/pullquote.rb | 2 |
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 |