diff --git a/_config.yml b/_config.yml index 77dfcc7..e459331 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ --- title: Choose a License +description: A site to provide non-judgmental guidance on choosing a license for your open source project relative_permalinks: false markdown: kramdown url: "http://choosealicense.com" diff --git a/_includes/seo.html b/_includes/seo.html index 3e80026..2b942eb 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -7,7 +7,7 @@ {% if page.description %} {% assign seo_description = page.description | strip_html | strip_newlines %} {% else %} - {% assign seo_description = site.tagline | strip_html | strip_newlines %} + {% assign seo_description = site.description | strip_html | strip_newlines %} {% endif %} diff --git a/index.html b/index.html index 73443b1..e387f4e 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ layout: default class: home hide_breadcrumbs: true title: Choosing an open source license doesn’t need to be scary -description: A site to provide non-judgmental guidance on choosing a license for your open source project permalink: / ---