From 8a26bc567f549ce5d8a6ee974cd2a1436b364a8b Mon Sep 17 00:00:00 2001 From: Kilian Ciuffolo Date: Tue, 1 Dec 2015 15:59:56 -0800 Subject: [PATCH] closes #122 added meta description --- _layouts/default.html | 6 +++--- index.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index bce52f8..982437d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,12 +4,12 @@ - + - + - + TinyMCE.com | {{ page.title }} diff --git a/index.md b/index.md index f96bd42..5125bc1 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,7 @@ layout: default title: TinyMCE Documentation type: index +description: The official documentaiton source for the most advanced editor designed to simplify website creation. --- {% include index.html links=site.data.nav %}