Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoviclefevrehubstairs committed Oct 31, 2020
1 parent 7ac57c2 commit e060140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views/post-sitemap.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<% include encodeURLAndEscape.ejs %>
<% include root-page.ejs %>
<% data.items.forEach(function(item){ %>
<% if (item.sitemap_priority == undefined || page.sitemap_priority > 0) { %>
<url>
<loc><%- encodeURLAndEscape(data.urljoin(config.url, item.path)) %></loc>
<lastmod><%= item.updated.toISOString() || item.date.toISOString() %></lastmod>
Expand All @@ -19,7 +18,6 @@
</image:image>
<% }) %>
</url>
<% } %>
<% }) %>
</urlset>
<% include meta %>

0 comments on commit e060140

Please # to comment.