diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-04-30 18:58:50 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-04-30 18:58:50 -0400 |
commit | 042ebd011194592ec155181dc41976493a07e54a (patch) | |
tree | 4cddfc67dc21e5a080c4878153f16ddd12ca14e6 /_layouts/post.html | |
parent | cdbd0a5ff3e815c01cbf4891d2bc0cd418720fab (diff) |
Use Jekyll
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..04e3586 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,9 @@ +--- +layout: default +--- +<h2>{{ page.title }}</h2> +<p class="meta">{{ page.date | date_to_string }}</p> + +<div class="post"> +{{ content }} +</div> |