editing user redirects to user's page and began to implment ATOM
This commit is contained in:
8
views/syndication/global_atom.ejs
Normal file
8
views/syndication/global_atom.ejs
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="<%= config.charset %>" ?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title><%= config.site_name %></title>
|
||||
<link><%= config.site_url %></title>
|
||||
<description><%= config.site_description %></description>
|
||||
<updated><%= new Date() %></updated>
|
||||
<id><%= config.site_url %></id>
|
||||
</feed>
|
Reference in New Issue
Block a user