Built site for gh-pages

This commit is contained in:
David Spáčil
2026-07-10 12:31:50 +02:00
parent df4983ee0d
commit d8a42a5135
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
9a3b27ed
1040ff9a
+1 -1
View File
@@ -240,7 +240,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/gitea\.spacilovi\.eu\/david-spacil\/help");
var filterRegex = new RegExp("^(?:http:|https:)\/\/pages\.spacilovi\.eu\/david-spacil\/help");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
+1 -1
View File
@@ -239,7 +239,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/gitea\.spacilovi\.eu\/david-spacil\/help");
var filterRegex = new RegExp("^(?:http:|https:)\/\/pages\.spacilovi\.eu\/david-spacil\/help");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
+1 -1
View File
@@ -369,7 +369,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/gitea\.spacilovi\.eu\/david-spacil\/help");
var filterRegex = new RegExp("^(?:http:|https:)\/\/pages\.spacilovi\.eu\/david-spacil\/help");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}