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