Skip to content

Instantly share code, notes, and snippets.

@lidaobing
Created June 3, 2012 14:43
Show Gist options
  • Select an option

  • Save lidaobing/2863783 to your computer and use it in GitHub Desktop.

Select an option

Save lidaobing/2863783 to your computer and use it in GitHub Desktop.
---
layout: nil
---
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
{% if post.lastmod %}
<lastmod>{{ post.lastmod | date_to_xmlschema }}</lastmod>
{% else %}
<lastmod>{{ post.date | date_to_xmlschema }}</lastmod>
{% endif %}
</url>
{% endfor %}
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment