summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/404.html
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-08-14 19:01:21 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-08-14 19:01:21 +0200
commit51fb029ca27d67d7cd67352cdede45e5b25868f7 (patch)
tree6d8e34b2abdc757310ffe11189e926d017417bae /themes/CodeIT/layouts/404.html
parent260b6803e78609e16ad3d59792f1681d9df0f1e4 (diff)
switch back to LoveIt, other theme is deprectated
Diffstat (limited to 'themes/CodeIT/layouts/404.html')
-rw-r--r--themes/CodeIT/layouts/404.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/CodeIT/layouts/404.html b/themes/CodeIT/layouts/404.html
deleted file mode 100644
index 963ae58..0000000
--- a/themes/CodeIT/layouts/404.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{- define "title" }}
- {{- T "pageNotFound" | printf "404 %v" }} - {{ .Site.Title -}}
-{{- end -}}
-
-{{- define "content" -}}
- <div class="page" id="content-404">
- <h1 id="error-emoji"></h1>
- <p class="error-text">
- {{- T "pageNotFoundText" -}}&nbsp;
- <a href="javascript:void(0);" title="{{ T `back` }}" onclick="window.history.back();"><i class="far fa-hand-point-left fa-fw"></i></a>
- </p>
- </div>
- <script type="text/javascript">
- (function() {
- var emojiArray = ['\\(o_o)/', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)','(=\'X\'=)', '(>_<)', '(;-;)'];
- document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)]));
- })();
- </script>
-{{- end -}}