Skip to content

Commit

Permalink
explitic behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobrasolin committed Oct 7, 2017
1 parent cf496c0 commit 974d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/antex/block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def add_static_file(site, job)

def img_url(job)
_, dest_dir, filename = static_file_paths job
url_path_prefix = job.options['url_path_prefix'] || ''
url_path_prefix = job.options['url_path_prefix'] || '/'
File.join url_path_prefix, dest_dir, filename
end

Expand Down

0 comments on commit 974d68b

Please sign in to comment.