File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- 1f22283c
1+ d14c647d
Original file line number Diff line number Diff line change 1+ Sitemap: https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk/sitemap.xml
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3+ <url >
4+ <loc >https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk/slides.html</loc >
5+ <lastmod >2025-06-07T15:41:37.085Z</lastmod >
6+ </url >
7+ </urlset >
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ <h2>Compatibility</h2>
620620 }
621621 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
622622 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
623- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
623+ var filterRegex = new RegExp ( "https:\/\/mwouts\.github\.io\/pydata_london_2025_jupytext_lightning_talk\/" ) ;
624624 var isInternal = ( href ) => {
625625 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
626626 }
You can’t perform that action at this time.
0 commit comments