diff --git a/content/apps/scstwrt.md b/content/apps/scrt.md similarity index 100% rename from content/apps/scstwrt.md rename to content/apps/scrt.md diff --git a/content/index.php/apps/bluerock.md b/content/index.php/apps/bluerock.md new file mode 100644 index 0000000..40bf118 --- /dev/null +++ b/content/index.php/apps/bluerock.md @@ -0,0 +1,5 @@ +--- +layout: redirect +redirectUrl: "/apps/bluerock" +redirectDelay: "0" +--- \ No newline at end of file diff --git a/content/index.php/apps/speed-climbing-stopwatch-app.md b/content/index.php/apps/speed-climbing-stopwatch-app.md new file mode 100644 index 0000000..514c18a --- /dev/null +++ b/content/index.php/apps/speed-climbing-stopwatch-app.md @@ -0,0 +1,5 @@ +--- +layout: redirect +redirectUrl: "/apps/scstw" +redirectDelay: "0" +--- \ No newline at end of file diff --git a/content/index.php/apps/speed-climbing-stopwatch-reaction-trainer.md b/content/index.php/apps/speed-climbing-stopwatch-reaction-trainer.md new file mode 100644 index 0000000..77085e7 --- /dev/null +++ b/content/index.php/apps/speed-climbing-stopwatch-reaction-trainer.md @@ -0,0 +1,5 @@ +--- +layout: redirect +redirectUrl: "/apps/scrt" +redirectDelay: "0" +--- \ No newline at end of file diff --git a/themes/quark-hugo/layouts/_default/redirect.html b/themes/quark-hugo/layouts/_default/redirect.html new file mode 100644 index 0000000..d5f66a5 --- /dev/null +++ b/themes/quark-hugo/layouts/_default/redirect.html @@ -0,0 +1,7 @@ +{{ define "content" }} +
+ +

Redirecting ...

+Click here if nothing happens +
+{{ end }} \ No newline at end of file