forked from HPR/hpr_generator
		
	Add weekday of episode to release information displayed
This commit is contained in:
		| @@ -17,7 +17,7 @@ | ||||
| 		<p class="meta"><!--% episode_navigation %--> | ||||
| 		</p> | ||||
| <p><!--% show_avatar(episode.hostid, episode.host) %--> | ||||
| Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(episode.hostid) %-->.html"><!--% episode.host %--></a> on <span><!--% episode.date %--></span> is flagged as <span><!--% display_explicit(episode.explicit) %--></span> and is released under a <span><!--% episode.license %--> license</span>. <br> | ||||
| Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(episode.hostid) %-->.html"><!--% episode.host %--></a> on <span><!--% day_from_date(episode.date) %-->, <!--% episode.date %--></span> is flagged as <span><!--% display_explicit(episode.explicit) %--></span> and is released under a <span><!--% episode.license %--> license</span>. <br> | ||||
| <!--% display_tags(episode.tags) %--> | ||||
|  | ||||
| <label>Comments: </label><!--% display_comments_tally(episode.id, episode.eps_tally) %--> <br> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user