Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manbearwolf/6e5821b58814eb8be1a06af9458018ee to your computer and use it in GitHub Desktop.
Save manbearwolf/6e5821b58814eb8be1a06af9458018ee to your computer and use it in GitHub Desktop.
Circlepop RI – 3.5 "post-footer-line-3" Under Blogger (Part A) https://eutectics.blogspot.com/2015/01/add-next-previous-post-navigation-in-blogger.html
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<nav class="nav-circlepop">
<b:if cond='data:olderPageUrl'>
<a class="prev" expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'>
<span class="icon-wrap">
</span>
</a>
</b:if>
<b:if cond='data:newerPageUrl'>
<a class="next" expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'>
<span class="icon-wrap"></span></a></b:if></nav></b:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment