mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Drop useless escaping of now latin-only urls
This commit is contained in:
parent
1aa0dadaa1
commit
53cc7e3798
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue