From 631547a75142326a7c71bdf123e1475217a5ad73 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:42:56 +0200 Subject: chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme) --- layouts/404.html | 98 -------------------------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 layouts/404.html (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html deleted file mode 100644 index 3295630..0000000 --- a/layouts/404.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - 404 — {{ .Site.Title }} - - - - {{ partialCached "head/css.html" . }} - {{ partialCached "head/js.html" . }} - - {{ $notfound := resources.Get "css/components/404.css" | fingerprint }} - - - - - - - {{ partial "header.html" . }} - -
-
- -
-
-
"
-

The page you're looking for doesn't exist. But that's okay, nothing exists until you find it.

-

— 404 Philosopher

-
- - - - -
- - -
-
-

Recent Articles

-
    - {{ range first 5 (.Site.RegularPages.ByDate.Reverse) }} -
  • - - {{ .Title }} - -
  • - {{ end }} -
-
- -
-
- - - -
-
-
$ curl https://danix.xyz/lost
-
404: Not Found
-
$ ls /articles
-
-
-
-
-
-
- - {{ partial "footer.html" . }} - - - - - {{ $notFoundJS := resources.Get "js/404.js" | fingerprint }} - - - -- cgit v1.2.3