Closed MikeAbner closed 14 years ago
This also applies to the individual article pages as well. The dorothy app has the archives in the index.rhtml template, but i'd like to move it to layout.rhtml.
All articles are available to all pages, including layout. Instead of archives use @articles to call them.
Excellent.
I'd like to have the archives list be in the layout.rhtml file so that I can have a sidebar with all of the archives when you are on any page. But if I do that and navigate to the about page I get a rack exception saying that the archives variable is empty.