forked from rho_n/hpr_generator
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:
parent
af86b7114a
commit
dba0ec8485
@ -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 %-->
|
||||
|
Loading…
Reference in New Issue
Block a user