Browse Source

updated titlecase require on blockquote plugin

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
acd1ba34d3
  1. 3
      .themes/classic/plugins/blockquote.rb

3
.themes/classic/plugins/blockquote.rb

@ -14,7 +14,8 @@
# <strong>Bobby Willis</strong><cite><a href="http://google.com/blah">The Search For Bobby's Mom</a>
# </blockquote>
#
require './_plugins/titlecase.rb'
require './plugins/titlecase.rb'
module Jekyll
class Blockquote < Liquid::Block

Loading…
Cancel
Save