From 627f0488e5bd3c31359fc9e78acffbfea4a86a8b Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 24 Aug 2012 21:12:36 -0700 Subject: committed website v. 0.1.0 --- app/views/layouts/blog.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/layouts/blog.html.haml (limited to 'app/views/layouts/blog.html.haml') diff --git a/app/views/layouts/blog.html.haml b/app/views/layouts/blog.html.haml new file mode 100644 index 0000000..3e693c9 --- /dev/null +++ b/app/views/layouts/blog.html.haml @@ -0,0 +1,6 @@ +- content_for :content do + - if @page + = render :template => 'layouts/blog/show' + - else + = yield += render :template => 'layouts/application' \ No newline at end of file -- cgit v1.2.3