From 922a32884d6da30123e6b301bc8e1f772f4a4ee8 Mon Sep 17 00:00:00 2001 From: Emery Comstock Date: Mon, 28 Mar 2022 17:42:36 -0700 Subject: [PATCH] Modified head config * Modified head config file to use new comment out converter type that will remove embedded comments --- tagconfigs/head.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tagconfigs/head.yaml b/tagconfigs/head.yaml index d9867c0..ffbccab 100644 --- a/tagconfigs/head.yaml +++ b/tagconfigs/head.yaml @@ -1,7 +1,2 @@ -!Template -TagName: "head" -Templates: - Default: | - @* - #InnerHtml# - *@ \ No newline at end of file +!CommentOut +TagName: "head" \ No newline at end of file