diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77351a1..9614de1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+> v0.8.0
+
+- Add a licensing page and a copyright in the footer if wanted (thx to [Hjdskes](https://github.com/Hjdskes))
+- Fix footnotes
+- Other small fixes
+
> v0.7.0
- Speed up a bit the theme
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ce8de87..a0ffed0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -18,14 +18,14 @@ blog = "blog/:slug/"
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Example blog"
+copyright = "Copyright © 2015 Nishanth Shanmugham"
logofile = "img/logo.png"
faviconfile = "img/logo.png"
highlightjs = true
progressively = true
latestpostcount = 5
-lang = "en"
github = "example"
email = "you@example.com"
linkedin = "john-example-aa80ue8è"
twitter = "example"
-social_banner = "img/banner.png"
\ No newline at end of file
+social_banner = "img/banner.png"
diff --git a/exampleSite/content/blog/example-of-an-article.md b/exampleSite/content/blog/example-of-an-article.md
index ad24994..0149b3b 100644
--- a/exampleSite/content/blog/example-of-an-article.md
+++ b/exampleSite/content/blog/example-of-an-article.md
@@ -13,7 +13,7 @@ best: true
**This theme includes a tranparent way to defer images. This can be enabled/disabled in the `config.toml`.**
-
+
**You will just have to do two images : the normal, and a low resolution one.**
diff --git a/exampleSite/content/license.md b/exampleSite/content/license.md
new file mode 100644
index 0000000..55d8c85
--- /dev/null
+++ b/exampleSite/content/license.md
@@ -0,0 +1,28 @@
++++
+title= "License"
++++
+
+You can use this page to put a license on the contents of your blog, like so:
+
+> The MIT License (MIT)
+>
+> Copyright (c) 2015 Nishanth Shanmugham
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3c2d476..8f3b042 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,5 @@
{{ partial "meta.html" . }}
-