Datelines
Styling for the dateline. Note that schema.org provides a dateline property.
On it’s own line
Minneapolis, Minn.
Minneapolis, Minn.,
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into ...
<p class="dateline" itemprop="dateline">
<span class="dateline-location">Minneapolis, Minn.</span>
</p>
<p class="dateline" itemprop="dateline">
<span class="dateline-location">Minneapolis, Minn.</span>, <time pubdate datetime="2017-10-30" itemprop="datePublished">October 30th, 2017</time>
</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into ...</p>
Inline
Minneapolis, Minn. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into ...
<p>
<span class="dateline" itemprop="dateline">
<span class="dateline-location">Minneapolis</span>, Minn.
</span>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into ...
</p>