diff options
-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 |