ejs stuff
This commit is contained in:
4
views/headers/tag.ejs
Normal file
4
views/headers/tag.ejs
Normal file
@@ -0,0 +1,4 @@
|
||||
<h1>
|
||||
Post's tagged "<%- tag %>":
|
||||
</h1>
|
||||
<%- config.seperator %>
|
13
views/headers/timeline.ejs
Normal file
13
views/headers/timeline.ejs
Normal file
@@ -0,0 +1,13 @@
|
||||
<h1>
|
||||
<%- config.site_name %>
|
||||
</h1>
|
||||
<h2>
|
||||
<%- config.site_description %>
|
||||
</h2>
|
||||
<a href="<%= config.rss_url %>">RSS Feed</a><br/>
|
||||
<a href="<%= config.signup_url %>">Sign Up</a><br/>
|
||||
<a href="<%= config.delete_account_url %>">Delete Account</a><br/>
|
||||
<% if (config.enable_hitcount == true) { %>
|
||||
Hitcount: <%= hitcount %>
|
||||
<% } %>
|
||||
<%- config.seperator %>
|
4
views/headers/user.ejs
Normal file
4
views/headers/user.ejs
Normal file
@@ -0,0 +1,4 @@
|
||||
<h1>
|
||||
<%- user.prettyname %>'s posts
|
||||
</h1>
|
||||
<%- config.seperator %>
|
Reference in New Issue
Block a user