fixed issues with site urls not being a site root (hopefully)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<%= func.unix_time_to_date_format(comment.pubdate) %>
|
||||
</span>
|
||||
<span id='comment-id' style='display: inline'>
|
||||
<a href='/comment/<%= postID %>-<%= comment.id %>'>No. <%= postID %>-<%= comment.id %></a>:<br/>
|
||||
<a href='<%= config.site_url %>/comment/<%= postID %>-<%= comment.id %>'>No. <%= postID %>-<%= comment.id %></a>:<br/>
|
||||
</span>
|
||||
<span id='comment-content'>
|
||||
<%- func.render_comment(comment.content) %>
|
||||
|
||||
Reference in New Issue
Block a user