okfn / handbook

Guides and introductions for participating in Labs and some of its projects.
http://okfnlabs.org/handbook/
170 stars 51 forks source link

Fix css by sorting out baseurl #98

Closed rufuspollock closed 8 years ago

rufuspollock commented 8 years ago

Currently css is broken on http://okfnlabs.org/handbook/

This is almost certainly because site is deployed at /handbook/ rather than a base domain. We just need to add the baseurl option.

Note: when testing locally you will need to visit http://localhost:4000/handbook/ rather than just http://localhost:4000/

@gsilvapt I will fix this now.