Move location of transcription text
Move from after the show notes to after the show duration.
This commit is contained in:
parent
1cec6b45f0
commit
f58e25a685
@ -28,7 +28,6 @@ Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pa
|
|||||||
</header>
|
</header>
|
||||||
<div><!--% episode.notes %--></div>
|
<div><!--% episode.notes %--></div>
|
||||||
<footer>
|
<footer>
|
||||||
<!--% show_transcript(episode, "hpr", baseurl, media_baseurl) %-->
|
|
||||||
<p>
|
<p>
|
||||||
<!--% episode_navigation %-->
|
<!--% episode_navigation %-->
|
||||||
</p>
|
</p>
|
||||||
|
@ -63,9 +63,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<!--% tidy_notes(latest_episodes.notes) %-->
|
<!--% tidy_notes(latest_episodes.notes) %-->
|
||||||
<footer>
|
|
||||||
<!--% show_transcript(latest_episodes, "hpr", baseurl, media_baseurl) %-->
|
|
||||||
</footer>
|
|
||||||
</article>
|
</article>
|
||||||
<!--% host_cnt = host_cnt + 1 %-->
|
<!--% host_cnt = host_cnt + 1 %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<!--% PROCESS 'shared-episode-summary.tpl.html' %-->
|
<!--% PROCESS 'shared-episode-summary.tpl.html' %-->
|
||||||
|
<!--% PROCESS 'shared-show-transcript.tpl.html' %-->
|
||||||
|
|
||||||
<!--% MACRO listen_now(episode, episode_type, baseurl, media_baseurl, hide_duration) BLOCK %-->
|
<!--% MACRO listen_now(episode, episode_type, baseurl, media_baseurl, hide_duration) BLOCK %-->
|
||||||
<p><!--% display_listen_in(episode.id, episode_type) %--> Play now:<br>
|
<p><!--% display_listen_in(episode.id, episode_type) %--> Play now:<br>
|
||||||
@ -7,6 +8,7 @@
|
|||||||
<source src="<!--% media_path(episode.id, episode_type, 'mp3', baseurl, media_baseurl) %-->" type="audio/mpeg" >
|
<source src="<!--% media_path(episode.id, episode_type, 'mp3', baseurl, media_baseurl) %-->" type="audio/mpeg" >
|
||||||
</audio>
|
</audio>
|
||||||
<!--% IF !hide_duration %--><br>
|
<!--% IF !hide_duration %--><br>
|
||||||
Duration: <!--% display_episode_duration(episode.duration) %--><!--% END %--></p>
|
Duration: <!--% display_episode_duration(episode.duration) %--><!--% END %-->
|
||||||
|
<!--% IF episode_type == "hpr" %--><br><!--% show_transcript(episode, episode_type, baseurl, media_baseurl) %--><!--% END %--></p>
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user