Beginner Question here:
I want to create a specific page with a different layout. So I add it to my config file, something like this: page “/about.html”, :layout => “about”
When I go to this page, I get an error that I thought had to do with the stylesheet_link_tag not having the right path, or not working, but when I hardcode the stylesheets, it still wasn’t picking up the style? I’m sure it’s something simple, but I’ve spent way too much time on it, any ideas?
This is what I am seeing: http://d.pr/i/xvJE