Skip to content

Commit f0f6493

Browse files
committed
Built site for gh-pages
1 parent 3e4721e commit f0f6493

File tree

7 files changed

+4
-16
lines changed

7 files changed

+4
-16
lines changed

.nojekyll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
469d0626
1+
1a814070

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h1>Textbooks</h1>
284284
}
285285
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
286286
var mailtoRegex = new RegExp(/^mailto:/);
287-
var filterRegex = new RegExp("https:\/\/unl-statistics\.github\.io\/graphics-special-topics\/");
287+
var filterRegex = new RegExp('/' + window.location.host + '/');
288288
var isInternal = (href) => {
289289
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
290290
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h1>Course Materials</h1>
255255
}
256256
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
257257
var mailtoRegex = new RegExp(/^mailto:/);
258-
var filterRegex = new RegExp("https:\/\/unl-statistics\.github\.io\/graphics-special-topics\/");
258+
var filterRegex = new RegExp('/' + window.location.host + '/');
259259
var isInternal = (href) => {
260260
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
261261
}

robots.txt

-1
This file was deleted.

site_libs/bootstrap/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sitemap.xml

-11
This file was deleted.

syllabus.pdf

-11 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)