diff --git a/files/templates/comments.html b/files/templates/comments.html index aa1dc86bb..a0f413b82 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -197,6 +197,7 @@  {{c.age_string}} {% elif c.created_utc %}  {{c.age_string}} +   #{{c.id}} {% endif %} {% if c.edited_utc %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index c058d0c4a..69422dc50 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -108,6 +108,7 @@ Edited {{p.edited_string}} {% endif %} {{p.views}} thread views +   #{{p.id}} {% endmacro %}