forked from OpenNeo/impress
Matchu
22e3f4240a
I noticed we didn't have the little lock icon in the browser, and yeah huh there's a lot of `http://` still floating around! Let's fix that!
14 lines
297 B
Text
14 lines
297 B
Text
!!! XML
|
|
%urlset{:xmlns => "https://www.sitemaps.org/schemas/sitemap/0.9"}
|
|
- for item in @items
|
|
%url
|
|
%loc https://#{request.host_with_port}#{url_for(item)}
|
|
%changefreq monthly
|
|
%priority 0.5
|
|
|
|
-# Homepage
|
|
%url
|
|
%loc= root_url
|
|
%changefreq monthly
|
|
%priority 1.0
|
|
|