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