" ?> <%= config.site_name %> <%= config.site_url %> <%= config.site_description %> <%= func.unix_time_to_atom_date(getUnixTime(new Date())) %> <%= config.site_url %> <% for (let postID = posts.length-1; postID >= 0; postID--) { %> <% if (posts[postID]["userID"] == userID) { %> <% if (posts[postID]["deleted"] != true) { %> <%= posts[postID]["title"] %> <%= config.site_url %>/post/<%= postID %> ]]> <%= config.site_url %>/post/<%= postID %> <%# func.unix_time_to_atom_date(posts[postID]['pubdate']) %> <% for (let tag_index = 0; tag_index < posts[postID]['tags'].length; tag_index++) { %> ]]> <% } %> <% } %> <% } %> <% } %>