Skip to content

Instantly share code, notes, and snippets.

@tuananh
Created February 25, 2011 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuananh/843688 to your computer and use it in GitHub Desktop.
Save tuananh/843688 to your computer and use it in GitHub Desktop.
sitemap.html for jekyll
---
layout: nil
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
<lastmod>2011-01-30T05:06:30+00:00</lastmod>
</url>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment