Files
blogger-nodejs/views/headers/timeline.ejs
2025-07-30 01:28:23 +01:00

15 lines
362 B
Plaintext

<h1>
<%- config.site_name %>
</h1>
<h2>
<%- config.site_description %>
</h2>
<a href="/rss">RSS Feed</a><br/>
<a href="/atom">ATOM Feed</a><br/>
<a href="<%= config.new_post_url %>">New post</a><br/>
<a href="<%= config.signup_url %>">Sign Up</a><br/>
<% if (config.enable_hitcount == true) { %>
Hitcount: <%= hitcount %>
<% } %>
<%- config.seperator %>