From d3939871c8455025a7e7ba04aafd3f9b6e648dab Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Mar 2017 17:13:13 +0000 Subject: [PATCH] Add excerpt to news page --- _posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md | 2 +- news.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md b/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md index 9841e732..e60f4f90 100644 --- a/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md +++ b/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md @@ -1,7 +1,7 @@ --- layout: post title: Writing the Cyclone Scheme Compiler (Revised 2017) -excerpt: Provide an update on Cyclone's internals and the development process +excerpt: Providing an update on Cyclone's internals and the development process --- A new version of [Writing the Cyclone Scheme Compiler](http://justinethier.github.io/cyclone/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017) is now available that provides updates on all the development that has happened in the last year and a half, including development of the new garbage collector. diff --git a/news.md b/news.md index 3ddd0349..77fe767f 100644 --- a/news.md +++ b/news.md @@ -8,6 +8,8 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/" {{post.date | date: "%b %d %Y" }} ยป [{{ post.title }}](./{{ post.url }}) +
+ {{ post.excerpt }} {% endfor %}