Add meta keywords and description tags

This commit is contained in:
Ben Ramey
2014-05-13 11:15:10 -05:00
parent 40d5c0274e
commit 10621771f4

View File

@@ -2,6 +2,8 @@ title Lunch Run Me!
meta(charset='utf-8') meta(charset='utf-8')
meta(http-equiv="X-UA-Compatible",content="IE-edge") meta(http-equiv="X-UA-Compatible",content="IE-edge")
meta(name="viewport",content="width=device-width,initial-scale=1") meta(name="viewport",content="width=device-width,initial-scale=1")
meta(name="keywords",content="lunch,lunch run,office lunch")
meta(name="description",content="Organize a lunch run in less than a minute. All you need to know is who you want to invite and where you want to go.")
// STYLES // STYLES
link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css") link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css")