forked from HPR/hpr_generator
		
	Add weekday of episode to release information displayed
This commit is contained in:
		| @@ -35,7 +35,7 @@ or | ||||
| <!--% END %--> | ||||
|  | ||||
| <!--% MACRO show_meta(show, hide_tags) BLOCK %--> | ||||
| 	<span><label>Released:</label> <!--% show.date %-->.</span>  | ||||
| <span><label>Released:</label> <!--% day_from_date(show.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