From 62371af25d0c9d0922f250410c9964e17b460d9d Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 10 Oct 2024 01:15:10 -0400 Subject: feat: capitalized first words of headings --- example/dst/sitemap.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'example/dst/sitemap.xml') diff --git a/example/dst/sitemap.xml b/example/dst/sitemap.xml index 6c057b3..945ab51 100644 --- a/example/dst/sitemap.xml +++ b/example/dst/sitemap.xml @@ -4,11 +4,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -https://example.org/Lists/board-games.html2024-10-091.0 -https://example.org/Lists/movies.html2024-10-091.0 -https://example.org/about.html2024-10-091.0 -https://example.org/Articles/an-interesting-article/2024-10-091.0 -https://example.org/Articles/another-interesting-article/2024-10-091.0 -https://example.org/Articles/article3.html2024-10-091.0 -https://example.org/404.html2024-10-091.0 +https://example.org/lists/board-games.html2024-10-101.0 +https://example.org/lists/movies.html2024-10-101.0 +https://example.org/articles/an-interesting-article/2024-10-101.0 +https://example.org/articles/another-interesting-article/2024-10-101.0 +https://example.org/articles/article3.html2024-10-101.0 +https://example.org/about.html2024-10-101.0 +https://example.org/404.html2024-10-101.0 -- cgit v1.2.3