mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-02 11:16:27 +00:00
commit
b59de362ea
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