Skip to content

Instantly share code, notes, and snippets.

@kevrodg
Created December 12, 2010 16:26
Show Gist options
  • Save kevrodg/738146 to your computer and use it in GitHub Desktop.
Save kevrodg/738146 to your computer and use it in GitHub Desktop.
<div class="article">
{% if page.type == 'link' %}
<p><a href="{{ page.link }}">{{ page.title }}</a></p>
{{ content }}
<p>This item was posted on {{ page.date | date: "%B %e, %Y "}} </p>
{% else %}
<h1> {{page.title}} </h1>
<p>{{ page.date | date: "%B %e, %Y "}}</p>
{{ content }}
{% endif %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment