mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Fix URL generation in sitemap generator
This commit is contained in:
parent
9bfde279ff
commit
c235ca1db7
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ module Jekyll
|
|||
# Returns the location of the page or post
|
||||
def fill_location(site, page_or_post)
|
||||
loc = REXML::Element.new "loc"
|
||||
url = site.config['url'] + site.config['baseurl']
|
||||
url = site.config['baseurl']
|
||||
loc.text = page_or_post.location_on_server(url)
|
||||
|
||||
loc
|
||||
|
|
Loading…
Reference in a new issue