diff options
Diffstat (limited to 'landing/_layouts/post.html')
| -rw-r--r-- | landing/_layouts/post.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/landing/_layouts/post.html b/landing/_layouts/post.html new file mode 100644 index 00000000..5b12153c --- /dev/null +++ b/landing/_layouts/post.html @@ -0,0 +1,7 @@ +--- +layout: default +--- +<h2>{{ page.title }}</h2> +<p class="meta">{{ page.date | date_to_string }}</p> + +{{ content }}
\ No newline at end of file |
