Update paginated content block

This commit is contained in:
Josh Buchea 2018-02-04 02:23:57 -08:00
parent a6e1968517
commit d38288823e
1 changed files with 5 additions and 5 deletions

View File

@ -227,11 +227,11 @@ These elements provide information for how a document should be perceived, and r
<!-- 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">
<!-- The first, next, previous, and last documents in a series of documents, respectively -->
<link rel="first" href="http://example.com/atomFeed.php">
<link rel="next" href="http://example.com/atomFeed.php?page=4">
<link rel="prev" href="http://example.com/atomFeed.php?page=2">
<link rel="last" href="http://example.com/atomFeed.php?page=147">
<!-- The first, previous, next, and last documents in a series of documents, respectively -->
<link rel="first" href="http://example.com/article/">
<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">