lots of fixes and more EJS
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<b><%= comment.name %></b> <%= format(fromUnixTime(comment.pubdate), config.date_format) %> <i>No. <%= comment.id %></i>:<br/>
|
||||
<b><%= comment.name %></b> <%= func.unix_time_to_date_format(comment.pubdate) %> <i>No. <%= comment.id %></i>:<br/>
|
||||
<%= comment.content %>
|
||||
|
@@ -1,2 +1,2 @@
|
||||
Site is ran by deadvey<br/>
|
||||
<%- config.attribution %>
|
||||
<%- config.string.attribution %>
|
||||
|
@@ -5,4 +5,4 @@
|
||||
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="custom.css">
|
||||
<link rel="stylesheet" href="/custom.css">
|
||||
|
10
views/partials/message.ejs
Normal file
10
views/partials/message.ejs
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="<%=config.language%>
|
||||
<head>
|
||||
<%- include('head') %>
|
||||
</head>
|
||||
<body>
|
||||
<%- message %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user