Cleanup main page

This commit is contained in:
Justin Ethier 2018-06-14 13:08:13 -04:00
parent ec7a378648
commit a7bd1b1c83
2 changed files with 1 additions and 6 deletions

View file

@ -70,6 +70,7 @@
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
</h4>
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
<br />
{{ post.excerpt }}
{% endfor %}
</section>

View file

@ -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).