1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-25 21:23:03 +02: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:
James Dennes 2013-07-13 12:01:06 +02:00
parent 98f7a3c730
commit 380731aaec
3 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@ permalink: /about/
<ol class='breadcrumbs'>
<li>
<a href="../../../">Home</a>
<a href="/">Home</a>
</li>
</ol>

View File

@ -4,6 +4,12 @@ permalink: licenses/
class: license-types
---
<ol class='breadcrumbs'>
<li>
<a href="/">Home</a>
</li>
</ol>
<h1>Featured</h1>
{% for page in site.pages %}

View File

@ -3,6 +3,12 @@ layout: default
permalink: no-license/
---
<ol class='breadcrumbs'>
<li>
<a href="/">Home</a>
</li>
</ol>
<h1>No License</h1>
<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.