From 908a057cd1e9db71567bff332387e67af8766354 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 3 Jun 2013 18:24:22 -0700 Subject: [PATCH] fix caps --- views/layout.slim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/layout.slim b/views/layout.slim index 21612499..651ec080 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -7,12 +7,12 @@ html link href="/css/bootstrap-responsive.min.css" rel="stylesheet" link href="/css/font-awesome.min.css" rel="stylesheet" link href="/css/styles.css" rel="stylesheet" - meta property="og:title" content="Neocities" + meta property="og:title" content="NeoCities" meta property="og:description" content="NeoCities is the new Geocities. Create your own free home page, and do whatever you want with it." - + body a id="top" - + .container .row .span12 @@ -34,4 +34,4 @@ html == yield script src="/js/jquery.min.js" - script src="/js/bootstrap.min.js" \ No newline at end of file + script src="/js/bootstrap.min.js"