cee55012a5
kinda makes more sense as theyre kinda context aware now
23 lines
568 B
HTML
23 lines
568 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="theme-color" content="#4D58FF">
|
|
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
|
|
<title>Blog • pancakz.net</title>
|
|
|
|
{{ include 'style' '/include/fonts/poppins.css' }}
|
|
{{ include 'style' '/include/blog/main.css' }}
|
|
{{ include 'script' '/include/blog/main.ts' }}
|
|
{{ include 'directory' '/include/blog/directory.json' }}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|