From a7bd1b1c83de1a4afd0bc94b19857164c82cc60b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 14 Jun 2018 13:08:13 -0400 Subject: [PATCH] Cleanup main page --- _layouts/main.html | 1 + index.md | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) 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).