1.5
An updated release that fixes issues with some themes not working.
Please include this code from the repo(single.php) into your theme
<nav class="next"><?php next_post_link('%link', '<strong>'.esc_html__('').'</strong> <span>%title</span>' , true); ?></nav> <nav class="previous"><?php previous_post_link('%link', '<strong>'.esc_html__('').'</strong> <span>%title</span>' , true); ?></nav>
Also include the style.css provided in the repo for layout issues. Lazy loading currently not working yet but parts of it are included in the code. V2 will have lazy loading fixed.