From c9545920f8c92d23db768809f74109bc12c3060a Mon Sep 17 00:00:00 2001 From: Dan Hansen <mokker1234@gmail.com> Date: Thu, 10 Mar 2011 18:40:54 -0600 Subject: [PATCH] title on landing page --- app/views/home/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/home/show.html.haml b/app/views/home/show.html.haml index fc577e9e7d..6bf40d58b4 100644 --- a/app/views/home/show.html.haml +++ b/app/views/home/show.html.haml @@ -2,5 +2,6 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. - +- content_for :page_title do + DIASPORA* ALPHA =render :partial => 'home/show' rescue "put something in app/views/home/_show.html.haml" -- GitLab