Add MACRO display_explicit_feed

The explicit value for RSS feeds is yes or no versus Clean or Explicit
used in the html pages.
This commit is contained in:
Roan Horning 2022-08-17 15:47:39 -04:00
parent af86b7114a
commit dba0ec8485
Signed by: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -12,6 +12,9 @@
<!--% display_choice(is_explicit, 'Explicit', 'Clean') %-->
<!--% END %-->
<!--% MACRO display_explicit_feed(is_explicit) BLOCK %-->
<!--% display_choice(is_explicit, 'yes', 'no') %-->
<!--% END %-->
<!--% MACRO absolute_path(baseurl) BLOCK %-->
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
<!--% END %-->