1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-04 17:56:56 +00:00

Consent banner should not display in static renderings

This commit is contained in:
Jeremy Ruston 2025-02-09 14:29:43 +00:00
parent d4bc3fcd99
commit 2ebf452abb

View File

@ -3,6 +3,8 @@ tags: $:/tags/PageTemplate
\whitespace trim
<%if [<tv-config-static>!match[yes]] %>
<$reveal state="$:/state/consent-banner/accepted" type="match" text="" tag="div">
<div class="tc-consent-backdrop">
@ -26,3 +28,5 @@ tags: $:/tags/PageTemplate
</div>
</$reveal>
<%endif%>