Thanks for your feedback.
To avoid to have repeated posts, I’ve updated the content-partial.php file to modify the navigation part :
<nav class=”nav-single”>
<span class=”nav-previous”><?php previous_post_link(‘%link’, ‘<span class=”meta-nav”>’._x(‘←’, ‘Previous post link’, ‘auto-load-next-post’).'</span> %title’); ?></span>
</nav>
It avoid me to get the same post multiple times but does not impact the navigation problem when i’m scrolling to the top.
I’m glad you’re working on it 😉
Thanks for your work.