forked from rho_n/hpr_generator
		
	Add MACRO step_navigation
This commit is contained in:
		| @@ -45,20 +45,8 @@ | ||||
| 	<header> | ||||
| 		<h1>hpr<!--% episode.id %--> :: <!--% episode.title %--></h1> | ||||
| 		<h3><!--% episode.summary %--></h3> | ||||
| 		<p class="meta"> | ||||
| <small><a href="<!--% absolute_url(baseurl) %-->eps/hpr<!--% zero_pad_left(episode.earliest) %-->/index.html" rel="first"><< First</a>,  | ||||
| 	<!--% IF episode.previous %--> | ||||
| 	<a href="<!--% absolute_url(baseurl) %-->eps/hpr<!--% zero_pad_left(episode.previous) %-->/index.html" rel="previous">< Previous</a>, | ||||
| 	<!--% ELSE %--> | ||||
| 	<span><</span> Previous, | ||||
| 	<!--% END %--> | ||||
| 	<!--% IF episode.next %--> | ||||
| 	<a href="<!--% absolute_url(baseurl) %-->eps/hpr<!--% zero_pad_left(episode.next) %-->/index.html" rel="next">Next ></a>, | ||||
| 	<!--% ELSE %--> | ||||
| 	Next <span>></span> | ||||
| 	<!--% END %--> | ||||
| 	<a href="<!--% absolute_url(baseurl) %-->eps/hpr<!--% zero_pad_left(episode.latest) %-->/index.html" rel="last">Latest >></a></small> | ||||
| </p> | ||||
| 		<p class="meta"><!--% step_navigation(episode) %--> | ||||
| 		</p> | ||||
| <p> | ||||
| Hosted by <a href="correspondents/host<!--% episode.hostid %-->.html"><!--% episode.host %--></a>. <!--% show_meta(episode) %--></p> | ||||
| 	</header> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user