Add h-entry microformat
Completed in early October 2013.
http://microformats.org/wiki/h-entry
Surround content with the article tag.
Include h-entry with the article tag.
<article class="h-entry">
<h1 class="p-name">Microformats are amazing</h1>
<p>Published by <a class="p-author h-card">W. Developer</a>
on <time class="dt-published" datetime="2013-06-13 12:00:00">13<sup>th</sup> June 2013</time>
<p class="p-summary">In which I extoll the virtues of using microformats.</p>
<div class="e-content">
<p>Blah blah blah</p>
</div>
</article>
Related to displaying remote posts (responses) via webmention.
http://adactio.com/journal/6495/
http://adactio.com/journal/6469/
From JR's : articles
67 words - 666 chars
created on
updated on
- #
source
- versions
- backlinks
Related articles
Commit to github - 10Oct2013 - Oct 10, 2013
Resolved - Testing change to regex for hashtags - Jun 27, 2013
Resolved - fixed error when undeleting a private blog post - Jun 27, 2013
Resolved - Allow markup at the start of the title for a blog post - Jul 23, 2013
Resolved - Add embed github code - Sep 24, 2013
more >>