summaryrefslogtreecommitdiffstats
path: root/_plugins/example.rb
diff options
context:
space:
mode:
Diffstat (limited to '_plugins/example.rb')
-rw-r--r--_plugins/example.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/_plugins/example.rb b/_plugins/example.rb
index cdff2da..68787df 100644
--- a/_plugins/example.rb
+++ b/_plugins/example.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Jekyll
class ExampleTagBlock < Liquid::Block
def render(context)