diff --git a/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md b/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md index 72f4b6d9..59979d34 100644 --- a/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md +++ b/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md @@ -3,5 +3,6 @@ layout: post title: Released Cyclone Scheme 0.9 excerpt: This release significantly improves garbage collection performance by using lazy sweeping. --- +{%include base.html %} -This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping.md). +This release significantly improves garbage collection performance by using [lazy sweeping]({{ base }}docs/Garbage-Collection-Using-Lazy-Sweeping).