From 8414c6b059c520137d050c68181cb920a4baad0d Mon Sep 17 00:00:00 2001 From: Thomas Stang Date: Wed, 20 Nov 2024 14:22:54 -0600 Subject: [PATCH] feat: add community group slugs as meta tag for access in zephr script --- template/source/layouts/layout.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/source/layouts/layout.erb b/template/source/layouts/layout.erb index a6f5c48..f503d86 100644 --- a/template/source/layouts/layout.erb +++ b/template/source/layouts/layout.erb @@ -34,6 +34,9 @@ + <%# Community group slugs are added to access via CSK paywall script %> + + <%# Uncomment following tag to restrict search engine indexing and link following %> <%# %> @@ -84,4 +87,4 @@ <%= partial('layouts/_concert') %> <%= yield %> - \ No newline at end of file +