" ?> <%= config.site_name %> <%= config.site_url %> <%= config.site_description %> <%= func.unix_time_to_date_format(getUnixTime(new Date()),"yyyy-MM-dd'T'HH:mm:ss'Z'") %> <%= config.site_url %> <% for (let postID = posts.length-1; postID >= 0; postID--) { %> <% if (posts[postID]["deleted"] != true) { %> <%= posts[postID]["title"] %> <%= config.site_url %>/post/<%= postID %> ]]> <%= config.site_url %>/post/<%= postID %> <%- func.unix_time_to_date_format(posts[postID]['pubdate'],"yyyy-MM-dd'T'HH:mm:ss'Z'") %> <% tags = posts[postID]['tags'].split(',') %> <% for (let tag_index = 0; tag_index < tags.length; tag_index++) { %> ]]> <% } %> <% } %> <% } %>