The site i am building isn’t loading any css/javascript file for certain pages. The pages in question are the markdown post files. I am using Jekyll to build the site.
Here is the link
As you can see the index page works but the blog posts dont.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
your
hrefdoes not start with/nor is it absolute (http://) so it will use a path relative to the current page.It is looking for CSS in the folder
http://joshhornby.co.uk/2012/11/14/Add
/before yourstylesheet/in thehrefand you should be good.