Externalize post title/date

This commit is contained in:
Justin Ethier 2016-08-18 22:58:45 -04:00
parent 1b9bdc5146
commit dbf605815b
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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/)