From 23583fab99c300bd89e0dce7bc5fe0160d2f5007 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Wed, 13 May 2015 21:20:20 +0200 Subject: [PATCH] add header and page title to discover page --- app/views/discover/index.html.haml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/views/discover/index.html.haml b/app/views/discover/index.html.haml index 8d1c8b69..3c563e34 100644 --- a/app/views/discover/index.html.haml +++ b/app/views/discover/index.html.haml @@ -1 +1,11 @@ - +- provide(:title, "Discover | #{APP_CONFIG['site_name']}") +.jumbotron.j2-jumbo.text-center.particle-jumbotron + #particles + .particle-content + %h1 Discover + %p + The perfect place to find interesting content on + = succeed '!' do + = APP_CONFIG['site_name'] +.container + %p TODO: Add content