Skip to content

Commit

Permalink
timing tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumbagel committed Feb 29, 2024
1 parent 265f9cc commit 154eed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</li>
"""
tz = datetime.timezone.utc
ft = "%Y-%m-%dT%H:%M:%S%z"
ft = "%Y-%m-%dT%H:%M:%SZ"
t = datetime.datetime.now(tz=tz).strftime(ft)
SITEMAP_ITEM_TEMPLATE = f"""<url>
<loc>PAGE</loc>
Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https:/quantumbagel.github.io/about</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io/experience</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io/projects</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io/contact</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://quantumbagel.github.io/</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https:/quantumbagel.github.io/PyAerial/about</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://quantumbagel.github.io/PyAerial</loc>
<lastmod>2024-02-29T20:19:18+0000</lastmod>
<lastmod>2024-02-29T20:22:42Z</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
Expand Down

0 comments on commit 154eed0

Please sign in to comment.