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 -->
|
<!-- MAIN CONTENT -->
|
||||||
<div id="main_content_wrap" class="outer">
|
<div id="main_content_wrap" class="outer">
|
||||||
<section id="main_content" class="inner">
|
<section id="main_content" class="inner">
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
<h2>{{post.date | date: "%b %d %Y" }}</h2>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,8 +4,6 @@ title: Announcing the Cyclone Scheme Compiler
|
||||||
excerpt: Initial announcement to comp.lang.scheme
|
excerpt: Initial announcement to comp.lang.scheme
|
||||||
---
|
---
|
||||||
|
|
||||||
# {{ page.title }}
|
|
||||||
|
|
||||||
Today I would like to announce the Cyclone Scheme-to-C compiler:
|
Today I would like to announce the Cyclone Scheme-to-C compiler:
|
||||||
|
|
||||||
[http://justinethier.github.io/cyclone/](http://justinethier.github.io/cyclone/)
|
[http://justinethier.github.io/cyclone/](http://justinethier.github.io/cyclone/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue