schacon / showoff

moved to puppetlabs/showoff!
2.41k stars 13 forks source link

The slideshow title is only being fetched if serving from current directory #196

Open MichaelHackett opened 12 years ago

MichaelHackett commented 12 years ago

Normally, the code passes the path to the slide show to the get-config methods in showoff_util.rb, but the two calls to get the slideshow title did not, so it would only work if the config file was in the current directory (the default value for the path argument).

I think this patch fixes the problem.