From 10038e58efe3aa3c1725e2b5b0a0b7b2ce060df7 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 20 Feb 2013 00:39:58 -0800 Subject: added support for pandoc and page properties in static markup. --- app/views/layouts/application.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 3d28f38..b85c6c4 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,7 +1,8 @@ !!! 5 %html{:dir=>'ltr'} %head - %title #{site.title} - #{page_title} + %title + = [page_title, site.title].compact.join(' - ') = stylesheet_link_tag "application", :media => "all" = javascript_include_tag "application" = csrf_meta_tags -- cgit v1.2.3