aboutsummaryrefslogtreecommitdiff
path: root/templates/barepost.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/barepost.html')
-rw-r--r--templates/barepost.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/barepost.html b/templates/barepost.html
index 4a7e2a3..ec4db1a 100644
--- a/templates/barepost.html
+++ b/templates/barepost.html
@@ -1,5 +1,6 @@
<div class="bodyitem">
<a href="$url$"><h2> $title$ </h2></a>
<p>Posted on $date$</p>
- $body$
+ $synopsis$
+ <a href="$url$">Continue reading</a>
</div>