Hello,
I think I’ve found a bug in Sparkling 1.9.1 with the attachment pages. When I click an image that goes to an attachment page the links that allow the user to go the next image in my blog post have HTML code included on the page. I added an attachment showing what I mean.
And here is the HTML code from the corresponding section of the page.
<nav role="navigation" id="image-navigation" class="navigation-image nav-links">
<div class="nav-previous"><a href="http://***.com/?attachment_id=123"><i class="fa fa-chevron-left"></i> Previous</a></div>
<div class="nav-next"><a href="http://***.com/?attachment_id=131">Next <i class="fa fa-chevron-right"></i></a></div>
</nav>
I hope this is the right place for this type of thing!