Update display_comments_tally MACRO

Display on the number of comments. Show a message
when the show has now comments.
This commit is contained in:
Roan Horning 2023-04-01 19:34:09 -04:00
parent dc4377d588
commit f045cdd32f
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -27,7 +27,7 @@ or
<!--% END %-->
<!--% MACRO display_comments_tally(eps_id, tally) BLOCK %-->
<a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(eps_id) %-->/index.html#comments">Comments (<!--% tally %-->)</a>.
<a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(eps_id) %-->/index.html#comments" aria-label="Comments for hpr<!--% zero_pad_left(eps_id) %-->"><!--% IF tally > 0 %--><!--% tally %--><!--% ELSE %-->(Be the first)<!--% END %--></a>.
<!--% END %-->
<!--% MACRO show_meta(show, hide_tags) BLOCK %-->