mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 15:57:54 -05:00
Better link to the Datetime Design Pattern for microformats
This commit is contained in:
parent
12b57d3f4c
commit
823535d11f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Avoid timestamps dated "1 minute ago" even though the page was opened 10 minutes ago; <em>timeago refreshes automatically</em>.</li>
|
<li>Avoid timestamps dated "1 minute ago" even though the page was opened 10 minutes ago; <em>timeago refreshes automatically</em>.</li>
|
||||||
<li>You can <em>take full advantage of page caching</em> in your web applications, because the timestamps aren't calculated on the server.</li>
|
<li>You can <em>take full advantage of page caching</em> in your web applications, because the timestamps aren't calculated on the server.</li>
|
||||||
<li>You get to <em>use <a href="http://microformats.org/">microformats</a></em> like the cool kids.</li>
|
<li>You get to <em>use <a href="http://microformats.org/wiki/datetime-design-pattern">microformats</a></em> like the cool kids.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>How?</h3>
|
<h3>How?</h3>
|
||||||
|
|
Loading…
Reference in a new issue