[i223] add day of week to each episode #227

Merged
rho_n merged 5 commits from i223-add-day-of-week-to-each-episode into main 2024-10-27 19:29:37 +00:00
Showing only changes of commit a38c8e2705 - Show all commits

View File

@ -49,6 +49,11 @@
<!--% iso8601_date.format(date_to_format) %-->
<!--% END %-->
<!--% MACRO day_from_date(eps_date) BLOCK %-->
<!--% USE eps_day = date(format => '%A', locale => 'en_US', gmt => 1) %-->
<!--% eps_date = "$eps_date 0:0:0"; eps_day.format(eps_date) %-->
<!--% END %-->
<!--% MACRO tag_to_id(tag, is_index) BLOCK %-->
<!--% tag = tag.replace('\s+','_') %-->
<!--% IF is_index %-->