oblakeerickson / jekyll_discourse_comments

A Jekyll plugin for adding Discourse comments
MIT License
16 stars 4 forks source link

make sure there is a trailing slash on the discourse url #1

Closed oblakeerickson closed 9 years ago

oblakeerickson commented 10 years ago

When I initially setup my discourse site in the _config.yml file, I didn't include a trailing slash / on the end of the url. I had 'http://discuss.blakeerickson.com` and I needed to have 'http://discuss.blakeerickson.com/'.

WIthout the slash the comments won't work.

parkr commented 9 years ago

File.join might come in handy here, no?

oblakeerickson commented 9 years ago

I think it might!