mirror of
https://github.com/github/choosealicense.com
synced 2024-11-04 18:58:50 +01:00
Added Home link to /licenses and /no-license.
Previously there was no way of navigating back to the main page from /licenses and /no-licenses.
This commit is contained in:
parent
98f7a3c730
commit
380731aaec
2
about.md
2
about.md
@ -6,7 +6,7 @@ permalink: /about/
|
|||||||
|
|
||||||
<ol class='breadcrumbs'>
|
<ol class='breadcrumbs'>
|
||||||
<li>
|
<li>
|
||||||
<a href="../../../">Home</a>
|
<a href="/">Home</a>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
@ -4,6 +4,12 @@ permalink: licenses/
|
|||||||
class: license-types
|
class: license-types
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<ol class='breadcrumbs'>
|
||||||
|
<li>
|
||||||
|
<a href="/">Home</a>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<h1>Featured</h1>
|
<h1>Featured</h1>
|
||||||
|
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
|
@ -3,6 +3,12 @@ layout: default
|
|||||||
permalink: no-license/
|
permalink: no-license/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<ol class='breadcrumbs'>
|
||||||
|
<li>
|
||||||
|
<a href="/">Home</a>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<h1>No License</h1>
|
<h1>No License</h1>
|
||||||
<p>
|
<p>
|
||||||
You're under no obligation to choose a license and it's your right not to include one with your code or project. But please note that opting out of open source licenses doesn't mean you're opting out of copyright law.
|
You're under no obligation to choose a license and it's your right not to include one with your code or project. But please note that opting out of open source licenses doesn't mean you're opting out of copyright law.
|
||||||
|
Loading…
Reference in New Issue
Block a user