From 2ee44d13412fe644f1582a70b7bdc954be07e120 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 14 Mar 2022 12:44:51 -0400 Subject: [PATCH] wip --- lib/liquid/tags/if.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/liquid/tags/if.rb b/lib/liquid/tags/if.rb index a71990ad..06d0d363 100644 --- a/lib/liquid/tags/if.rb +++ b/lib/liquid/tags/if.rb @@ -2,6 +2,8 @@ # @public_docs module Liquid + # If is the conditional block + # # @public_docs # @title If # @syntax The syntax