updated ejs
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
<b><%= comment.name %></b>
|
||||
<%= func.unix_time_to_date_format(comment.pubdate) %>
|
||||
<a href='/comment/<%= postID %>-<%= comment.id %>'>No. <%= postID %>-<%= comment.id %></a>:<br/>
|
||||
<%- func.render_comment(comment.content) %>
|
||||
|
||||
<div id='comment-name'>
|
||||
<b><%= comment.name %></b>
|
||||
</div>
|
||||
<div id='comment-date date'>
|
||||
<%= func.unix_time_to_date_format(comment.pubdate) %>
|
||||
</div>
|
||||
<div id='comment-id'>
|
||||
<a href='/comment/<%= postID %>-<%= comment.id %>'>No. <%= postID %>-<%= comment.id %></a>:<br/>
|
||||
</div>
|
||||
<div id='comment-content'>
|
||||
<%- func.render_comment(comment.content) %>
|
||||
</div>
|
||||
<br/>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
<a id='site-index-link' href="/index/pages"><%= locale.site_index %></a><br/>
|
||||
<%= locale.site_ran_by %> <%= config.site_admin %><br/>
|
||||
<%- locale.attribution %><br/>
|
||||
<%= locale.AI_consent %> <!-- remove consent for AI scrapers -->
|
||||
|
Reference in New Issue
Block a user