diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-11 15:47:06 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-11 15:47:06 +0200 |
commit | 67a012fdfbd62c20b25ef86da387c436bc659649 (patch) | |
tree | aa7749ca771cee16d94cf9c8729283dc0a7ad327 /templates | |
parent | a8718bb0112248cc56f2b1ddf56c82f76ee666ee (diff) |
changed the micropost template
- added permalinks for microposts
Diffstat (limited to 'templates')
-rw-r--r-- | templates/micropost.html | 2 |
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> |