refactor: swap to generic {{ include }} tags
kinda makes more sense as theyre kinda context aware now
This commit is contained in:
@@ -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 & Found • 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>
|
||||
|
||||
Reference in New Issue
Block a user