forked from HPR/hpr_generator
Replace day_from_date MACRO with day_and_date MACRO
Refactor content templates to use day_and_date MACRO
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user