aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-11 15:47:06 +0200
committerYuchen Pei <me@ypei.me>2018-05-11 15:47:06 +0200
commit67a012fdfbd62c20b25ef86da387c436bc659649 (patch)
treeaa7749ca771cee16d94cf9c8729283dc0a7ad327 /templates
parenta8718bb0112248cc56f2b1ddf56c82f76ee666ee (diff)
changed the micropost template
- added permalinks for microposts
Diffstat (limited to 'templates')
-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>