Skip to content

Commit

Permalink
Merge pull request #175 from Shikkanime/dev
Browse files Browse the repository at this point in the history
Fix sitemap
  • Loading branch information
Ziedelth committed Feb 12, 2024
2 parents 29b8d57 + b6febf8 commit 50d8c60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/templates/site/seo/sitemap.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
<url>
<loc>https://www.shikkanime.fr/</loc>
<lastmod>${episode.releaseDateTime}</lastmod>
<priority>1</priority>
</url>
<#list simulcasts as simulcast>
<url>
<loc>https://www.shikkanime.fr/catalog/${simulcast.slug}</loc>
<lastmod>${simulcast.lastReleaseDateTime}</lastmod>
<priority>0.8</priority>
</url>
</#list>
<#list animes as anime>
<url>
<loc>https://www.shikkanime.fr/animes/${anime.slug}</loc>
<lastmod>${anime.lastReleaseDateTime}</lastmod>
<priority>0.64</priority>
</url>
</#list>
</urlset>

0 comments on commit 50d8c60

Please sign in to comment.