Created
January 4, 2012 16:34
-
-
Save simensen/1560834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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