ikeikeikeike / go-sitemap-generator

go-sitemap-generator is the easiest way to generate Sitemaps in Go
https://github.com/ikeikeikeike/go-sitemap-generator
MIT License
218 stars 65 forks source link

Add support for alternate links #45

Open henrymwang opened 2 years ago

henrymwang commented 2 years ago

Currently, when specifying alternates in the sitemap URLs, they are omitted from the generated sitemap. This adds support for alternate links and fixes #41.