From 8c2f4df663838013d447e608837c7d4157203f47 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 25 May 2024 20:59:24 -0300 Subject: [PATCH] Add //random/ to sitemap.xml.erb --- src/sitemap.xml.erb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/sitemap.xml.erb b/src/sitemap.xml.erb index 838ccea..1e81f19 100644 --- a/src/sitemap.xml.erb +++ b/src/sitemap.xml.erb @@ -7,12 +7,17 @@ 1.0 weekly - <% Ryo.each(name_by_id) do |_, transliterated_name| %> + <% Ryo.each(name_by_id) do |_, transliterated_name| %> https://al-quran.reflectslight.io/<%= locale %>/<%= transliterated_name %>/ 0.8 weekly - <% end %> - <% end %> + <% end %> + + https://al-quran.reflectslight.io/<%= locale %>/random/ + 0.7 + weekly + + <% end %>