We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89a39f commit 3f4f491Copy full SHA for 3f4f491
lib/jekyll-feed/generator.rb
@@ -25,7 +25,7 @@ def generate(site)
25
# 1. A '>', which closes an XML tag or
26
# 2. A '}', which closes a Liquid tag
27
# We will strip all of this whitespace to minify the template
28
- MINIFY_REGEX = %r!(?<=>|})\s+!
+ MINIFY_REGEX = %r!(?<=>|})\s+!.freeze
29
30
# Returns the plugin's config or an empty hash if not set
31
def config
0 commit comments