forked from HPR/hpr_generator
		
	Move location of transcription text
Move from after the show notes to after the show duration.
This commit is contained in:
		| @@ -28,7 +28,6 @@ Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pa | ||||
| 	</header> | ||||
| 	<div><!--% episode.notes %--></div> | ||||
| <footer> | ||||
| <!--% show_transcript(episode, "hpr", baseurl, media_baseurl) %--> | ||||
| <p> | ||||
| <!--% episode_navigation %--> | ||||
| </p> | ||||
|   | ||||
| @@ -63,9 +63,6 @@ | ||||
| 		</p> | ||||
| 	</header> | ||||
| 		<!--% tidy_notes(latest_episodes.notes) %--> | ||||
| 	<footer> | ||||
| 	<!--% show_transcript(latest_episodes, "hpr", baseurl, media_baseurl) %--> | ||||
| 	</footer> | ||||
| </article> | ||||
| <!--% host_cnt = host_cnt + 1 %--> | ||||
| <!--% END %--> | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| <!--% PROCESS 'shared-episode-summary.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-show-transcript.tpl.html' %--> | ||||
|  | ||||
| <!--% MACRO listen_now(episode, episode_type, baseurl, media_baseurl, hide_duration) BLOCK %--> | ||||
| <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" > | ||||
| 	</audio> | ||||
| 	<!--% 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 %--> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user