Skip to content

Commit 9db3d1a

Browse files
committed
Update sitemap.rb
1 parent 579a505 commit 9db3d1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/sitemap.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
SitemapGenerator::Sitemap.sitemaps_path = '/'
33

44
SitemapGenerator::Sitemap.create do
5-
extend HelpTopics
65

76
# Global index
87
# %w[pages names genomes strains registers].each do |base|
@@ -11,6 +10,8 @@
1110

1211
# Top-level pages
1312
group(filename: :pages, sitemaps_path: 'sitemaps/') do
13+
extend HelpTopics
14+
1415
add root_path, changefreq: :daily, priority: 1.0
1516

1617
# Pages

0 commit comments

Comments
 (0)