summaryrefslogtreecommitdiff
path: root/layout/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/post.html')
-rw-r--r--layout/post.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/post.html b/layout/post.html
new file mode 100644
index 0000000..f0a42be
--- /dev/null
+++ b/layout/post.html
@@ -0,0 +1,5 @@
+<article>
+<h1><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h1>
+<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
+{{ content }}
+</article>