Changing date format for "gh-card-date" class in source theme

hi there,

i am currently trying to change the date format as displayed on the home page and author page, or basically any page that lists articles. i have already altered the formatting for article pages.

i’ve narrowed it down to needing to add the following, somewhere:

<time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="YYYYMMDD HHmm"}}</time>

but, i’m not sure what theme file i would add that to, or where within the theme file it would go. any ideas or pointers?

edit: i figured it out. i had to edit the file found at var/www/ghost/content/themes/source/partials/post-card.hbs