diff --git a/Rakefile b/Rakefile
index 6e2a16d5..6c03148e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -206,7 +206,8 @@ namespace :site do
"layout" => "docs",
"title" => "History",
"permalink" => "/docs/history/",
- "prev_section" => "contributing"
+ "prev_section" => "contributing",
+ "next_section" => "license"
}
Dir.chdir('site/docs/') do
File.open("history.md", "w") do |file|
diff --git a/site/_includes/docs_contents.html b/site/_includes/docs_contents.html
index 523b5227..57f95adf 100644
--- a/site/_includes/docs_contents.html
+++ b/site/_includes/docs_contents.html
@@ -11,6 +11,6 @@
Miscellaneous
{% include docs_ul.html items='troubleshooting sites resources upgrading' %}
Meta
- {% include docs_ul.html items='contributing history' %}
+ {% include docs_ul.html items='contributing history license' %}
diff --git a/site/_includes/docs_contents_mobile.html b/site/_includes/docs_contents_mobile.html
index bbc367d4..566a342a 100644
--- a/site/_includes/docs_contents_mobile.html
+++ b/site/_includes/docs_contents_mobile.html
@@ -17,7 +17,7 @@
{% include docs_option.html items='troubleshooting sites resources upgrading' %}
diff --git a/site/docs/history.md b/site/docs/history.md
index d91a44d1..4725eecd 100644
--- a/site/docs/history.md
+++ b/site/docs/history.md
@@ -3,6 +3,7 @@ layout: docs
title: History
permalink: "/docs/history/"
prev_section: contributing
+next_section: license
---
## 1.4.2 / 2013-12-16
diff --git a/site/docs/license.md b/site/docs/license.md
new file mode 100644
index 00000000..5ff9bbb6
--- /dev/null
+++ b/site/docs/license.md
@@ -0,0 +1,8 @@
+---
+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.
\ No newline at end of file