From 73445885d54edffcc9ae74525887b529a3f96165 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sat, 23 Mar 2024 18:08:44 +0100 Subject: Update --- _plugins/example.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to '_plugins/example.rb') 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) -- cgit v1.2.3-54-g00ecf