Created
April 3, 2015 14:34
-
-
Save Ramona2020/72bf7c2531f17de7aa99 to your computer and use it in GitHub Desktop.
Code for post.html
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: default | |
--- | |
<h1>{{ page.title }}</h1> | |
<p class="meta">{{ page.date | date_to_string }}</p> | |
<div class="post"> | |
{{ content }} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment