aboutsummaryrefslogtreecommitdiff
path: root/templates/micropost.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/micropost.html')
-rw-r--r--templates/micropost.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/micropost.html b/templates/micropost.html
index 0b60430..e3acdd5 100644
--- a/templates/micropost.html
+++ b/templates/micropost.html
@@ -1,4 +1,4 @@
<div class="bodyitem">
- <p>$date$</p>
+ <span id=$name$><p><a href="#$name$">$date$</a></p></span>
$body$
</div>