From d8a42a5135800ef7ffe2abe1ca94d435cc2409e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Fri, 10 Jul 2026 12:31:50 +0200 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- about.html | 2 +- index.html | 2 +- navody/immich.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.nojekyll b/.nojekyll index 3d32de5..df81370 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -9a3b27ed \ No newline at end of file +1040ff9a \ No newline at end of file diff --git a/about.html b/about.html index f24381f..8a99d16 100644 --- a/about.html +++ b/about.html @@ -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); } diff --git a/index.html b/index.html index 819c93d..e5a2342 100644 --- a/index.html +++ b/index.html @@ -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); } diff --git a/navody/immich.html b/navody/immich.html index 498c61a..96eaa2a 100644 --- a/navody/immich.html +++ b/navody/immich.html @@ -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); }