This website requires JavaScript.
Explore
Help
Sign In
cdransf
/
coryd.dev-eleventy
Archived
Watch
1
Star
0
Fork
You've already forked coryd.dev-eleventy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-03-28
. You can view files and clone it, but cannot push or open issues or pull requests.
ee77555c32
coryd.dev-eleventy
/
src
/
sitemap.md
Cory Dransfeldt
ee77555c32
chore: additional formatting w/prettier
2023-03-25 14:09:26 -07:00
362 B
Raw
Blame
History
permalink
eleventyExcludeFromCollections
/sitemap.xml
true
{% for page in collections.all %} {{ site.url }}{{ page.url | url }} {{ page.date }} {{page.data.changeFreq}} {% endfor %}