refactor: swap to generic {{ include }} tags

kinda makes more sense as theyre kinda context aware now
This commit is contained in:
2026-06-17 01:12:22 -07:00
parent e117d4cbcc
commit cee55012a5
8 changed files with 66 additions and 52 deletions
+4 -4
View File
@@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Tech, Chunibyo & Other Delusions" />
<meta property="theme-color" content="#4D58FF" />
<link rel="icon" href="{{ include-b64 'type='image/png' '/include/favicon.png' }}" />
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
<title>Lost &amp; Found &bull; pancakz.net</title>
{{ include-tag 'style' '/include/fonts/terminus.css' }}
{{ include-tag 'style' '/include/not-found/main.css' }}
{{ include-tag 'script' '/include/not-found/main.ts' }}
{{ include 'style' '/include/fonts/terminus.css' }}
{{ include 'style' '/include/not-found/main.css' }}
{{ include 'script' '/include/not-found/main.ts' }}
</head>
<body>