forked from HPR/hpr_generator
		
	Fix episode and correspondent paths
This commit is contained in:
		| @@ -53,7 +53,7 @@ | ||||
| 		</p> | ||||
| <p><!--% IF get_avatar(episode.hostid) != 'hpr_logo.png' %--> | ||||
| <img src="<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(episode.hostid) %-->" height="80" width="80" alt="" /></a><br><!--% END %--> | ||||
| Hosted by <a href="correspondents/host<!--% episode.hostid %-->.html"><!--% episode.host %--></a>. <!--% show_meta(episode) %--></p> | ||||
| Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(episode.hostid) %-->.html"><!--% episode.host %--></a>. <!--% show_meta(episode) %--></p> | ||||
| 	</header> | ||||
| 	<div><!--% episode.notes %--></div> | ||||
| </article> | ||||
|   | ||||
| @@ -11,8 +11,8 @@ | ||||
|  | ||||
| <!--% MACRO show_summary(show, hide_host) BLOCK %--> | ||||
|  | ||||
| 	<h3 class="title"><a href="episodes/hpr<!--% show.id %-->.html">hpr<!--% show.id %--> :: <!--% show.title %--></a> <!--% IF hide_host == "" %-->  | ||||
| 	hosted by <a href="correspondents/host<!--% show.id %-->.html"><!--% show.host %--></a> | ||||
| 	<h3 class="title"><a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(show.id) %-->/index.html">hpr<!--% show.id %--> :: <!--% show.title %--></a> <!--% IF hide_host == "" %-->  | ||||
| 		hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(show.hostid) %-->.html"><!--% show.host %--></a> | ||||
| 	<!--% END %--> | ||||
| 	</h3> | ||||
| 	<p class="meta"><!--% show_meta(show) %--><br> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user