Drop useless escaping of now latin-only urls
This commit is contained in:
parent
1aa0dadaa1
commit
53cc7e3798
@ -63,10 +63,6 @@ module Jekyll
|
||||
if ar.has_key?(id) && ar[id].is_a?(String)
|
||||
text = ar[id]
|
||||
end
|
||||
#urlencode if string is a url
|
||||
if cat == 'url'
|
||||
text=CGI::escape(text)
|
||||
end
|
||||
#replace urls and anchors in string
|
||||
url = site['loc'][lang]['url']
|
||||
url.each do |key,value|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user