mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 04:16:35 +02:00
commit
b59de362ea
@ -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 New Issue
Block a user