diff --git a/_layouts/main.html b/_layouts/main.html
index 66190caf..c1e82a67 100644
--- a/_layouts/main.html
+++ b/_layouts/main.html
@@ -70,6 +70,7 @@
{{ post.title }}
{{post.date | date: "%b %d %Y" }}
+
{{ post.excerpt }}
{% endfor %}
diff --git a/index.md b/index.md
index 447c773e..9ca9a3a7 100644
--- a/index.md
+++ b/index.md
@@ -98,9 +98,3 @@ Compiler Internals
- There is a [Development Guide](docs/Development) with instructions for common tasks when hacking on the compiler itself.
- Cyclone's [Garbage Collector](docs/Garbage-Collector) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector.
-
-License
--------
-Copyright (C) 2014 [Justin Ethier](http://github.com/justinethier).
-
-Cyclone is available under the [MIT license](http://www.opensource.org/licenses/mit-license.php).