Skip to content

Commit

Permalink
Fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Feb 12, 2024
1 parent cfd5b1d commit b6febf8
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 b6febf8

Please sign in to comment.