Skip to content

Instantly share code, notes, and snippets.

@frosty
Created April 6, 2009 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frosty/90937 to your computer and use it in GitHub Desktop.
Save frosty/90937 to your computer and use it in GitHub Desktop.
<div id="post">
<h2>{{ post.title }}</h2>
<span class="date">{{ post.date | date_to_string }}</span>
{{ post.content }}
</div>
Results in...
<div id="post">
<h2>Another Test</h2>
<span class="date">02 Apr 2009</span>
<h1 id='another_test'>Another Test</h1>
<p>I&#8217;m just testing out Jekyll.... (content)
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment