sitemap
Gitea Actions Demo / build_and_push (push) Successful in 20m6s
Details
Gitea Actions Demo / build_and_push (push) Successful in 20m6s
Details
This commit is contained in:
parent
5651f3c5a6
commit
b5a59f4d3f
|
|
@ -13,7 +13,7 @@ class SeoController(Controller):
|
|||
async def sitemaps(self) -> bytes:
|
||||
characters_service: CharactersService = inject.instance(CharactersService)
|
||||
breeds: list[Breed] = await characters_service.get_characters()
|
||||
lastmod = "2025-10-04T19:01:03+00:00"
|
||||
lastmod = "2026-01-15T19:01:03+00:00"
|
||||
beers_url = ""
|
||||
for b in breeds:
|
||||
beers_url += f"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue