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 Accessibility updates - main landmark roles (#17106) 2019-10-27 04:43:24 -07:00
list.html Update to Hugo 0.53 and remove all .Site references (#12079) 2019-02-05 08:33:23 -08:00
pager.html Fix Prev/Next navigation buttons when viewing article (#15439) 2019-07-21 01:46:54 -07:00
post.html Added date metadata to blog articles #19503 (#19523) 2020-03-07 05:31:34 -08:00
single.html Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00