From 9721cb5f8e641669ff71b034debdb1eb9538dc25 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 13 Jul 2013 16:40:43 -0400 Subject: [PATCH 1/2] dat seo --- _includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/header.html b/_includes/header.html index 1bd7124..f740685 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,6 +6,10 @@ + + {% if page.description %} + + {% endif %} From 95cc2e87b7d8ffe77677dbc37dae1bdc5d161be7 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 13 Jul 2013 16:42:40 -0400 Subject: [PATCH 2/2] add description to index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3120193..4c2fdf1 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ layout: default class: home hide_breadcrumbs: true title: Choosing an OSS license doesn’t need to be scary +description: A site to provide non-judgmental guidance on choosing a license for your open source project ---