Skip to content

Instantly share code, notes, and snippets.

@simensen
Created January 4, 2012 16:34
Show Gist options
  • Save simensen/1560834 to your computer and use it in GitHub Desktop.
Save simensen/1560834 to your computer and use it in GitHub Desktop.
---
layout: post
title: This is my post title
---
{% block content %}
# {{title}}
This is the long version of my content. Blah blah blah.
Blah blah.
Blah.
{% endblock %}
{% block excerpt %}
# {{title}}
Short version of my content.
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment