Reorder paginated content block

This commit is contained in:
Josh Buchea 2018-02-04 02:43:19 -08:00
parent d38288823e
commit db2c9c8493
1 changed files with 3 additions and 3 deletions

View File

@ -225,13 +225,13 @@ These elements provide information for how a document should be perceived, and r
<link rel="index" href="http://example.com/">
<!-- Provides a self reference - useful when the document has multiple possible references -->
<link rel="self" type="application/atom+xml" href="http://example.com/atomFeed.php?page=3">
<link rel="self" type="application/atom+xml" href="http://example.com/atom.xml">
<!-- The first, previous, next, and last documents in a series of documents, respectively -->
<!-- The first, last, previous, and next documents in a series of documents, respectively -->
<link rel="first" href="http://example.com/article/">
<link rel="last" href="http://example.com/article/?page=42">
<link rel="prev" href="http://example.com/article/?page=1">
<link rel="next" href="http://example.com/article/?page=3">
<link rel="last" href="http://example.com/article/?page=42">
<!-- Used when a 3rd party service is utilized to maintain a blog -->
<link rel="EditURI" href="http://example.com/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD">