News Detail
.news-detail
is an end page content module for news articles. To begin, wrap the contents of the page in a <article class="news-detail">
tag.
This module makes use of the <header>
tag and locates the h1 and the publishing date within it.
The keywords section uses an unordered list within a div
or footer
element with the class of .keywords
The keywords themselves could be linked or not linked.
Example:
Source Code:
NOTE: This module makes use of a datetime
property set in the ISO 8601 format. Be sure to set the time correctly for each news-item.