mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Add missing pages to sitemap
Added 31 new URLs: - /stories, /stories/kids - Theology pages: anthropology, armor-of-god, beatitudes, bibliology, blood-in-scripture, christology, ecclesiology, eschatology, grace, hamartiology, i-am-statements, justification, kingdom-of-god, law-and-gospel, messianic-prophecies, miracles-of-jesus, names-of-christ, personifications, pneumatology, prayers-of-the-bible, providence, sanctification, soteriology, spirits-and-demons, ten-commandments, theology-proper, trinity, types-and-shadows, worship Total sitemap URLs now: 46,745 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -266,6 +266,192 @@ def sitemap_main():
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/stories</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/stories/kids</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/anthropology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/armor-of-god</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/beatitudes</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/bibliology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/blood-in-scripture</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/christology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/ecclesiology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/eschatology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/grace</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/hamartiology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/i-am-statements</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/justification</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/kingdom-of-god</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/law-and-gospel</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/messianic-prophecies</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/miracles-of-jesus</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/names-of-christ</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/personifications</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/pneumatology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/prayers-of-the-bible</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/providence</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/sanctification</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/soteriology</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/spirits-and-demons</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/ten-commandments</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/theology-proper</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/trinity</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/types-and-shadows</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{base_url}/worship</loc>
|
||||
<lastmod>{current_date}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
"""
|
||||
|
||||
# Study guide slugs
|
||||
|
||||
Reference in New Issue
Block a user