mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
add fallback description
This commit is contained in:
parent
4f54fc5c07
commit
34368e5c32
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Choose a License
|
title: Choose a License
|
||||||
|
description: A site to provide non-judgmental guidance on choosing a license for your open source project
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
url: "http://choosealicense.com"
|
url: "http://choosealicense.com"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
{% assign seo_description = page.description | strip_html | strip_newlines %}
|
{% assign seo_description = page.description | strip_html | strip_newlines %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% assign seo_description = site.tagline | strip_html | strip_newlines %}
|
{% assign seo_description = site.description | strip_html | strip_newlines %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- le seo -->
|
<!-- le seo -->
|
||||||
|
@ -3,7 +3,6 @@ layout: default
|
|||||||
class: home
|
class: home
|
||||||
hide_breadcrumbs: true
|
hide_breadcrumbs: true
|
||||||
title: Choosing an open source license doesn’t need to be scary
|
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: /
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user