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" }}".
|
||
|---|---|---|
| .. | ||
| baseof.html | ||
| list.html | ||
| pager.html | ||
| post.html | ||
| single.html | ||