Sha256: 28f4989528f224ad5b9ba609b7ea9d9573d6e65bce23af5f4128126c247a4d1d

Contents?: true

Size: 240 Bytes

Versions: 3

Compression:

Stored size: 240 Bytes

Contents

---
# Remember to set production_url in your _config.yml file!
title : Sitemap
---
{% for page in site.pages %}
{{site.production_url}}{{ page.url }}{% endfor %}
{% for post in site.posts %}
{{site.production_url}}{{ post.url }}{% endfor %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dextery-0.0.4a lib/dextery/template/sitemap.txt
dextery-0.0.4 lib/dextery/template/sitemap.txt
dextery-0.0.3c lib/dextery/template/sitemap.txt