From 4f0ffe744f903212b4fc4cde87438230f99badbb Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 3 Jun 2013 18:22:53 -0700 Subject: [PATCH] meta tags --- views/layout.slim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/layout.slim b/views/layout.slim index 1b06404b..21612499 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -7,7 +7,9 @@ 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" - script src="/js/jquery.min.js" + 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" @@ -31,4 +33,5 @@ html container == yield + script src="/js/jquery.min.js" script src="/js/bootstrap.min.js" \ No newline at end of file