summaryrefslogtreecommitdiff
path: root/layout/item.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/item.html')
-rw-r--r--layout/item.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/item.html b/layout/item.html
new file mode 100644
index 0000000..b16a097
--- /dev/null
+++ b/layout/item.html
@@ -0,0 +1,10 @@
+<article>
+<h2><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h2>
+<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
+<p class="summary">
+{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/blog/{{ slug }}/">...</a>
+</p>
+<div>
+<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">Read More</a>
+</div>
+</article>