From 7ce430daaa9a7a41e14fb3a79df6b9a29129221f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 1 Jun 2015 12:57:27 +0200 Subject: [PATCH] Update main taiga meta info --- app/index.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/index.jade b/app/index.jade index 6e63217a..c8068c33 100644 --- a/app/index.jade +++ b/app/index.jade @@ -2,11 +2,11 @@ doctype html html(lang="en") head meta(charset="utf-8") - title Taiga meta(http-equiv="content-type", content="text/html; charset=utf-8") + title Taiga + meta(name="description", content="Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.") + meta(name="keywords", content="agile, scrum, taiga, management, project, developer, designer, user experience") meta(name="fragment", content="!") - meta(name="description", content="Taiga Landing page") - meta(name="keywords", content="Agile, Taiga, Management, Github") //-meta(name="viewport", content="width=device-width, user-scalable=no") link(rel="stylesheet", href="/styles/main.css") link(rel="icon", type="image/png", href="/images/favicon.png")