Replace day_from_date MACRO with day_and_date MACRO

Refactor content templates to use day_and_date MACRO
This commit is contained in:
2024-10-27 13:04:19 -04:00
parent 27caa97c7d
commit c1078d9b9c
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ or
<!--% END %-->
<!--% MACRO show_meta(show, hide_tags) BLOCK %-->
<span><label>Released:</label> <!--% day_from_date(show.date) %-->, <!--% show.date %-->.</span>
<span><label>Released:</label> <!--% day_and_date(show.date) %-->.</span>
<span><label>Duration:</label> <!--% display_episode_duration(show.duration) %-->.</span>
<span><label>Flag:</label> <!--% display_explicit(show.explicit) %-->.</span>
<span><!--% show_series(show.series, show.seriesid) %--></span> <br>