Skip to content

Commit

Permalink
fix missing closing tag in sitemapindex.xml
Browse files Browse the repository at this point in the history
- distopia sitemap entry was missing closing </loc>
- should have caught it in review of #201
  • Loading branch information
orbeckst authored Sep 27, 2021
1 parent 043614c commit eb82c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemapindex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<loc>https://www.mdanalysis.org/pytng/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.mdanalysis.org/distopia/sitemap.xml
<loc>https://www.mdanalysis.org/distopia/sitemap.xml</loc>
</sitemap>
</sitemapindex>

0 comments on commit eb82c82

Please sign in to comment.