module Jekyll::LayerVault::Common

Constants

PARAM_REGEX
URL_BASE

Private Instance Methods

valid_parameters?() click to toggle source
# File lib/plugins/common.rb, line 9
def valid_parameters?
  @text.scan(/"|'/).length.even?
end