mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Externalize post title/date
This commit is contained in:
parent
1b9bdc5146
commit
dbf605815b
2 changed files with 2 additions and 2 deletions
|
@ -57,6 +57,8 @@
|
|||
<!-- MAIN CONTENT -->
|
||||
<div id="main_content_wrap" class="outer">
|
||||
<section id="main_content" class="inner">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<h2>{{post.date | date: "%b %d %Y" }}</h2>
|
||||
{{ content }}
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -4,8 +4,6 @@ title: Announcing the Cyclone Scheme Compiler
|
|||
excerpt: Initial announcement to comp.lang.scheme
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
|
||||
Today I would like to announce the Cyclone Scheme-to-C compiler:
|
||||
|
||||
[http://justinethier.github.io/cyclone/](http://justinethier.github.io/cyclone/)
|
||||
|
|
Loading…
Add table
Reference in a new issue