website/layouts/blog
divya-mohan0209 56379649d3
Added date metadata to blog articles #19503 (#19523)
Added <time> </time> HTML element to the date heading in blog post articles. 
The opening <time> tag also was given a datetime attribute, with the value using another Hugo shortcode. Since these use Go time patterns; we included the following in the opening <time> tag datetime="{{ .Date.Format "2006-01-02" }}".
2020-03-07 05:31:34 -08:00
..
baseof.html
list.html
pager.html
post.html Added date metadata to blog articles #19503 (#19523) 2020-03-07 05:31:34 -08:00
single.html