From: Cameron Otsuka Date: Tue, 30 Jul 2024 21:50:02 +0000 (-0700) Subject: use md for 404 page X-Git-Tag: v1.0.0~99 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=79e39faf7be091cdd79c93ef4f1d767fcf16c74e;p=cotsuka.github.io use md for 404 page --- diff --git a/content/404.njk b/content/404.md similarity index 52% rename from content/404.njk rename to content/404.md index e0d382f..4f09f98 100644 --- a/content/404.njk +++ b/content/404.md @@ -4,5 +4,7 @@ title: 404 permalink: 404.html date: 2024-07-30 --- -

404 Not Found

-

Oops! The page you requested is not found.

\ No newline at end of file + +# 404 Not Found + +Oops! The page you requested is not found. \ No newline at end of file