This commit is contained in:
Jason Dunnivant 2017-06-08 11:57:41 +00:00 committed by GitHub
commit 3587bef235
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module GitStats
output = Template.new(template, @layout).render(@view_data,
author: author,
links: links,
active_page: "/authors/#{author.dirname}/#{template}")
active_page: "authors/#{author.dirname}/#{template}")
write(output, "#@out_path/authors/#{author.dirname}/#{template}.html")
end
end