Fixed double slash in Ace::Item#permalink.
This commit is contained in:
parent
539169d414
commit
6860bd4705
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ module Ace
|
||||||
raise "You have to add :base_url into config.yml or redefine #base_url method!"
|
raise "You have to add :base_url into config.yml or redefine #base_url method!"
|
||||||
end
|
end
|
||||||
|
|
||||||
"#{self.base_url}/#{self.server_path}"
|
"#{self.base_url}#{self.server_path}"
|
||||||
end
|
end
|
||||||
|
|
||||||
attr_writer :output_path
|
attr_writer :output_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue