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.
a5e47754ba
coryd.dev-eleventy
/
src
/
sitemap.md
Cory Dransfeldt
5c673525d6
Initial commit
2023-03-11 12:16:06 -08:00
390 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 %}