diff options
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> |