New Layout errors

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

Looks like you have a syntax error in your about.erb-file, on line 12, a right parenthesis to many.

1 Like

Hmm, yeah, that was it! I thought I had tried that, whoops.

Thank you!!!