 js/refreshless.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/refreshless.js b/js/refreshless.js
index fa2981d..8dcc3d7 100644
--- a/js/refreshless.js
+++ b/js/refreshless.js
@@ -4,7 +4,7 @@
 
   'use strict';
 
-  var relativeLinksSelector = 'a[href^="/"], a[href^="#"]';
+  var relativeLinksSelector = 'a[href^="/"], a:not(.refreshless-exclude)[href^="#"]';
 
   // Tracks the current position in the History API.
   // @todo Make this not be a global.
