Revert "Add license page"

This reverts commit 8e9437199c.
This commit is contained in:
Anatol Broder 2013-12-29 10:24:13 +01:00
parent 95e4707fd1
commit 60541437e3
5 changed files with 3 additions and 13 deletions

View File

@ -206,8 +206,7 @@ namespace :site do
"layout" => "docs", "layout" => "docs",
"title" => "History", "title" => "History",
"permalink" => "/docs/history/", "permalink" => "/docs/history/",
"prev_section" => "contributing", "prev_section" => "contributing"
"next_section" => "license"
} }
Dir.chdir('site/docs/') do Dir.chdir('site/docs/') do
File.open("history.md", "w") do |file| File.open("history.md", "w") do |file|

View File

@ -11,6 +11,6 @@
<h4>Miscellaneous</h4> <h4>Miscellaneous</h4>
{% include docs_ul.html items='troubleshooting sites resources upgrading' %} {% include docs_ul.html items='troubleshooting sites resources upgrading' %}
<h4>Meta</h4> <h4>Meta</h4>
{% include docs_ul.html items='contributing history license' %} {% include docs_ul.html items='contributing history' %}
</aside> </aside>
</div> </div>

View File

@ -17,7 +17,7 @@
{% include docs_option.html items='troubleshooting sites resources upgrading' %} {% include docs_option.html items='troubleshooting sites resources upgrading' %}
</optgroup> </optgroup>
<optgroup label="Meta"> <optgroup label="Meta">
{% include docs_option.html items='contributing history license' %} {% include docs_option.html items='contributing history' %}
</optgroup> </optgroup>
</select> </select>
</div> </div>

View File

@ -3,7 +3,6 @@ layout: docs
title: History title: History
permalink: "/docs/history/" permalink: "/docs/history/"
prev_section: contributing prev_section: contributing
next_section: license
--- ---
## 1.4.2 / 2013-12-16 ## 1.4.2 / 2013-12-16

View File

@ -1,8 +0,0 @@
---
layout: docs
title: License
prev_section: history
permalink: /docs/license/
---
You may use any Jekyll project under the terms of the [MIT License]({{ site.repository }}/blob/master/LICENSE). The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a Jekyll project. You are free to use any Jekyll project in any other project (even commercial projects) as long as the copyright header is left intact.