ejs stuff
This commit is contained in:
2
views/partials/comment.ejs
Normal file
2
views/partials/comment.ejs
Normal file
@@ -0,0 +1,2 @@
|
||||
<b><%= comment.name %></b> <%= format(fromUnixTime(comment.pubdate), config.date_format) %> <i>No. <%= comment.id %></i>:<br/>
|
||||
<%= comment.content %>
|
2
views/partials/footer.ejs
Normal file
2
views/partials/footer.ejs
Normal file
@@ -0,0 +1,2 @@
|
||||
Site is ran by deadvey<br/>
|
||||
<%- config.attribution %>
|
8
views/partials/head.ejs
Normal file
8
views/partials/head.ejs
Normal file
@@ -0,0 +1,8 @@
|
||||
<meta charset="<%- config.charset %>">
|
||||
<title><%= config.site_name %></title>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="custom.css">
|
Reference in New Issue
Block a user