psu-libraries / psulib_base

Drupal Base Theme
0 stars 0 forks source link

Update comment meta to match node meta #182

Open zipymonkey opened 1 month ago

zipymonkey commented 1 month ago

Updating the meta in the comment.html.twig to match the node.html.twig. Currently the comment meta data looks like:

Screenshot 2024-09-26 at 2 59 08 PM

We could also update the node_meta to display the display name instead of the username.

There might also be other comment styles that could be added.

zipymonkey commented 1 month ago

Found while working on https://github.com/psu-libraries/intranet/issues/70