Files
pancakz-homepage/pancakz-v3-beam/application/blog.html
T
bakonpancakz cee55012a5 refactor: swap to generic {{ include }} tags
kinda makes more sense as theyre kinda context aware now
2026-06-17 01:12:22 -07:00

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 &bull; 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>