diff --git a/docs/API.md b/docs/API.md index 2aac59e2..7d39becc 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: API --- diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md index 75ccebf9..38c6d4d5 100644 --- a/docs/Benchmarks.md +++ b/docs/Benchmarks.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: Benchmarks --- diff --git a/docs/Garbage-Collector.md b/docs/Garbage-Collector.md index 0cc35f33..cee6d361 100644 --- a/docs/Garbage-Collector.md +++ b/docs/Garbage-Collector.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: Garbage Collector --- diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index f941087e..044fe732 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: Scheme R7RS Compliance --- diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 449a7f90..d99dec06 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: User Manual --- diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler.md b/docs/Writing-the-Cyclone-Scheme-Compiler.md index 20161728..534f0c46 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: Writing the Cyclone Scheme Compiler --- diff --git a/index.md b/index.md index 5558f150..c2aec7f7 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,5 @@ --- -layout: post +layout: main title: Cyclone Scheme ghproj: "http://github.com/justinethier/cyclone/tree/master/" ---