Fix episode and correspondent paths

This commit is contained in:
2022-08-08 19:49:24 -04:00
parent 413ca0ce92
commit ab309c59c4
2 changed files with 3 additions and 3 deletions

View File

@@ -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>