forked from rho_n/hpr_generator
		
	Fixed relative link to include the episode number, not just the domain root.
This commit is contained in:
		| @@ -54,7 +54,7 @@ Subscribe to the comments <a href="<!--% absolute_path(baseurl) %-->comments.rss | |||||||
| <!--% comment_index = 1 %--> | <!--% comment_index = 1 %--> | ||||||
| <!--% comments_result = query_comments.execute(id) %--> | <!--% comments_result = query_comments.execute(id) %--> | ||||||
| <!--% FOREACH comment IN comments_result %--> | <!--% FOREACH comment IN comments_result %--> | ||||||
| <h5 id="comment_<!--% comment.id %-->"><a href="#comment_<!--% comment.id %-->">Comment #<!--% comment_index %--></a> posted on <!--% comment.comment_timestamp %--> by <!--% comment.comment_author_name %--></h5> | <h5 id="comment_<!--% comment.id %-->"><a href="/eps/hpr<!--% zero_pad_left(episode.id) %-->/index.html#comment_<!--% comment.id %-->">Comment #<!--% comment_index %--></a> posted on <!--% comment.comment_timestamp %--> by <!--% comment.comment_author_name %--></h5> | ||||||
| <h4><!--% comment.comment_title %--></h4> | <h4><!--% comment.comment_title %--></h4> | ||||||
| <!--% comment.comment_text FILTER html_para %--> | <!--% comment.comment_text FILTER html_para %--> | ||||||
| <!--% comment_index = comment_index + 1 %--> | <!--% comment_index = comment_index + 1 %--> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user