Skip to content

Instantly share code, notes, and snippets.

@tedhagos
Created April 9, 2013 12:19
Show Gist options
  • Save tedhagos/5345260 to your computer and use it in GitHub Desktop.
Save tedhagos/5345260 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>http://tedhagos.com/misc/{{ post.url }}</loc>
<lastmod>{{ post.date | date_to_xmlschema }}</lastmod>
<changefreq>daily</changefreq>
</url>
{% endfor %}
</urlset>
{% endhighlight %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment