When I make a view show a date from a newly created field, it’ll use the time.html.twig template.
Example:
Wednesday, July 28th, 2021 – 17:00 pm
But when I make it show the main date in which the node was created, it’ll just print a string surrounded by span tags.
Example:
Wednesday, July 28th, 2021 – 17:00 pm
I’m guessing I just have to somehow specify that the "created" field has to be printed using the time.html.twig template, but I don’t know how to do that.
How can I make it so the Created field its printed using the time template?